aboutsummaryrefslogtreecommitdiffstats
path: root/main/jq
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2016-08-26 20:46:39 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-26 22:07:23 +0000
commitbbe5b22d742f946f771b48e49124d274994ef3cf (patch)
treea652ee7e1ea691d9477e204516d5acf8eb0039b4 /main/jq
parent4f216d8f9d09c26b4e2c0f4712369e2697ed6dda (diff)
downloadaports-bbe5b22d742f946f771b48e49124d274994ef3cf.tar.bz2
aports-bbe5b22d742f946f771b48e49124d274994ef3cf.tar.xz
main/jq: Depend on oniguruma library to provide regexp support.
Diffstat (limited to 'main/jq')
-rw-r--r--main/jq/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/jq/APKBUILD b/main/jq/APKBUILD
index 06cff23fa7..41392fbf66 100644
--- a/main/jq/APKBUILD
+++ b/main/jq/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=jq
pkgver=1.5
-pkgrel=1
+pkgrel=2
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"
+makedepends="$depends_dev oniguruma-dev"
install=""
subpackages="$pkgname-doc $pkgname-dev"
source="https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz