summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTucker Boniface2018-10-13 16:07:56 -0700
committerTucker Boniface2018-10-13 16:07:56 -0700
commit79d7a8bee8258973bbf100e1862dffc9adfbb64e (patch)
tree11113dbf675e7fafeae41af19d1716e669901d6e
parent31ac9454df9d5f51537555ddf4531d845ae1c4bf (diff)
downloadaur-jq-git.tar.gz
remove patch 0001, merged upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f2a447a745..d0f4f7870b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jq-git
pkgdesc = Command-line JSON processor
- pkgver = 1.6rc2.2.g341a5fc
- pkgrel = 2
+ pkgver = 1.6rc2.3.g0c845aa
+ pkgrel = 1
url = http://stedolan.github.io/jq/
arch = i686
arch = x86_64
@@ -17,9 +17,7 @@ pkgbase = jq-git
provides = jq
conflicts = jq
source = git+https://github.com/stedolan/jq.git
- source = 0001-Bugfix-Math-function-checking.patch::https://github.com/stedolan/jq/pull/1702.patch
sha512sums = SKIP
- sha512sums = 4f092cfc4a3fb8ba25d322fe5dbdf165e1309cc3cc2789b1f337e1c5bd70e7ba7ae372ffa71a11775d4b6551faa6e172db5bd3bc9cf38eeeb4625c667d659b0c
pkgname = jq-git
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() {