File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
# See COPYING for license details.
3
3
4
4
pkgname=tls-map
5
- pkgver=v3.0.0.r1.g790f7f0
5
+ pkgver=v3.0.0.r2.gd07c5f2
6
6
pkgrel=1
7
7
pkgdesc=' CLI & library for TLS cipher suites manipulation.'
8
8
arch=(' any' )
9
9
groups=(' blackarch' ' blackarch-crypto' ' blackarch-misc' )
10
10
url=' https://noraj.github.io/tls-map/'
11
11
license=(' MIT' )
12
- depends=(' ruby' ' ruby-paint' ' ruby-docopt' ' ruby-rexml' )
12
+ depends=(' ruby' ' ruby-paint' ' ruby-docopt' ' ruby-rexml' ' ruby-csv ' )
13
13
makedepends=(' git' )
14
14
options=(! emptydirs)
15
15
source=(" git+https://github.com/noraj/$pkgname .git" )
@@ -21,6 +21,13 @@ pkgver() {
21
21
git describe --long | sed ' s/\([^-]*-g\)/r\1/;s/-/./g'
22
22
}
23
23
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
+
24
31
build () {
25
32
cd $pkgname
26
33
You can’t perform that action at this time.
0 commit comments