Date: Friday, August 21, 2015 @ 08:46:51
  Author: arcanis
Revision: 138583

upgpkg: jq 1.5-2
add oniguruma as dependency

Modified:
  jq/trunk/ChangeLog
  jq/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog   2015-08-20 21:24:21 UTC (rev 138582)
+++ ChangeLog   2015-08-21 06:46:51 UTC (rev 138583)
@@ -1,3 +1,6 @@
+1.5-2:
+add oniguruma for regexp support
+
 1.5-1:
 upstream update
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-20 21:24:21 UTC (rev 138582)
+++ PKGBUILD    2015-08-21 06:46:51 UTC (rev 138583)
@@ -5,12 +5,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

Reply via email to