aboutsummaryrefslogtreecommitdiffstats
path: root/main/jq/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/jq/APKBUILD')
-rw-r--r--main/jq/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/jq/APKBUILD b/main/jq/APKBUILD
index 3a0e9115c8..919f04b1ca 100644
--- a/main/jq/APKBUILD
+++ b/main/jq/APKBUILD
@@ -3,14 +3,14 @@
pkgname=jq
pkgver=1.6_rc1
_pkgver=${pkgver/_}
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight and flexible command-line JSON processor"
url="http://stedolan.github.io/jq/"
arch="all"
license="MIT"
depends=""
depends_dev=""
-makedepends="$depends_dev oniguruma-dev automake autoconf"
+makedepends="$depends_dev oniguruma-dev automake autoconf libtool"
install=""
subpackages="$pkgname-doc $pkgname-dev"
source="https://github.com/stedolan/jq/archive/${pkgname}-${_pkgver}.tar.gz"