diff options
-rw-r--r-- | main/the_silver_searcher/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/the_silver_searcher/APKBUILD b/main/the_silver_searcher/APKBUILD index 5812d37374..3dd0352151 100644 --- a/main/the_silver_searcher/APKBUILD +++ b/main/the_silver_searcher/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=the_silver_searcher pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="A code searching tool similar to ack, with a focus on speed." url="http://geoff.greer.fm/ag/" arch="all" license="ASL 2.0" depends="" -makedepends="pcre-dev xz-dev" +makedepends="pcre-dev xz-dev zlib-dev" subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch" |