git » jq.git » commit d09d3f2

add oniguruma as dependency

author Evgeniy Alekseev
2015-08-21 06:46:51 UTC
committer Evgeniy Alekseev
2015-08-21 06:46:51 UTC
parent 9e0a8d92d6788755ebf17f4c4a7726ac68ee6800

add oniguruma as dependency

ChangeLog +3 -0
PKGBUILD +2 -2

diff --git a/ChangeLog b/ChangeLog
index 99db075..8ce0390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.5-2:
+add oniguruma for regexp support
+
 1.5-1:
 upstream update
 
diff --git a/PKGBUILD b/PKGBUILD
index 9b800b5..a0e095b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=jq
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line JSON processor'
 arch=('i686' 'x86_64')
 url='http://stedolan.github.io/jq/'
 license=('MIT')
-depends=('glibc')
+depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
 source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
 changelog=ChangeLog