summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-07-15 11:09:09 +1200
committerGeorge Rawlinson2023-07-15 11:09:09 +1200
commit50b3626b836b2d0de1ad16a7a6847ac8e68516e7 (patch)
treeb0f638bb363acb5fa0180c0b59736048addcc5fb
parent16fc57f58374fd88f0e4c6ff10a92aad2b098299 (diff)
downloadaur-50b3626b836b2d0de1ad16a7a6847ac8e68516e7.tar.gz
upgpkg: xq 1.2.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9297470bbb0f..c2b151da3ca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xq
pkgdesc = Command-line XML and HTML beautifier and content extractor
- pkgver = 1.1.3
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/sibprogrammer/xq
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = xq
depends = glibc
conflicts = yq
options = !lto
- source = xq::git+https://github.com/sibprogrammer/xq#commit=d8708ffb0f5bf0ad3da356733284ade85f758266
+ source = xq::git+https://github.com/sibprogrammer/xq#commit=8ed07bdd6390e64f126abb832bcab0da317f7f34
source = manpage-template.patch
b2sums = SKIP
b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843
diff --git a/PKGBUILD b/PKGBUILD
index 9c665e4d7c38..0454cbd5b8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=xq
-pkgver=1.1.3
+pkgver=1.2.1
pkgrel=1
pkgdesc='Command-line XML and HTML beautifier and content extractor'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
makedepends=('git' 'go')
conflicts=('yq')
options=('!lto')
-_commit='d8708ffb0f5bf0ad3da356733284ade85f758266'
+_commit='8ed07bdd6390e64f126abb832bcab0da317f7f34'
source=(
"$pkgname::git+$url#commit=$_commit"
'manpage-template.patch'