Skip to content

Commit 211e7f7

Browse files
authored
tls-map: fix for v3 (#4173)
1 parent 661c2b1 commit 211e7f7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

packages/tls-map/PKGBUILD

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See COPYING for license details.
33

44
pkgname=tls-map
5-
pkgver=v3.0.0.r1.g790f7f0
5+
pkgver=v3.0.0.r2.gd07c5f2
66
pkgrel=1
77
pkgdesc='CLI & library for TLS cipher suites manipulation.'
88
arch=('any')
99
groups=('blackarch' 'blackarch-crypto' 'blackarch-misc')
1010
url='https://noraj.github.io/tls-map/'
1111
license=('MIT')
12-
depends=('ruby' 'ruby-paint' 'ruby-docopt' 'ruby-rexml')
12+
depends=('ruby' 'ruby-paint' 'ruby-docopt' 'ruby-rexml' 'ruby-csv')
1313
makedepends=('git')
1414
options=(!emptydirs)
1515
source=("git+https://github.com/noraj/$pkgname.git")
@@ -21,6 +21,13 @@ pkgver() {
2121
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
2222
}
2323

24+
prepare() {
25+
cd $pkgname
26+
27+
# waiting for an AL update https://archlinux.org/packages/extra/any/ruby-csv/
28+
sed -i "s/'csv', '~> 3.3'/'csv', '~> 3.2'/" Gemfile tls-map.gemspec
29+
}
30+
2431
build() {
2532
cd $pkgname
2633

0 commit comments

Comments
 (0)