summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf1c3e915db7..eeb1c597872d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=jq-git
_gitname='jq'
-pkgver=1.6rc2.2.g341a5fc
-pkgrel=2
+pkgver=1.6rc2.3.g0c845aa
+pkgrel=1
pkgdesc='Command-line JSON processor'
arch=('i686' 'x86_64')
url='http://stedolan.github.io/jq/'
@@ -14,10 +14,8 @@ depends=('oniguruma')
makedepends=('python2' 'git' 'autoconf' 'automake' 'bison' 'flex' 'glibc')
provides=('jq')
conflicts=('jq')
-source=('git+https://github.com/stedolan/jq.git'
- '0001-Bugfix-Math-function-checking.patch::https://github.com/stedolan/jq/pull/1702.patch')
-sha512sums=('SKIP'
- '4f092cfc4a3fb8ba25d322fe5dbdf165e1309cc3cc2789b1f337e1c5bd70e7ba7ae372ffa71a11775d4b6551faa6e172db5bd3bc9cf38eeeb4625c667d659b0c')
+source=('git+https://github.com/stedolan/jq.git')
+sha512sums=('SKIP')
pkgver() {
cd "$_gitname"
@@ -26,7 +24,6 @@ pkgver() {
prepare() {
cd "$_gitname"
- patch -p1 < "$srcdir"/0001-Bugfix-Math-function-checking.patch
}
build() {