From bbe5b22d742f946f771b48e49124d274994ef3cf Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Fri, 26 Aug 2016 20:46:39 +0200 Subject: main/jq: Depend on oniguruma library to provide regexp support. --- main/jq/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/jq/APKBUILD') 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 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 -- cgit v1.2.3