summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-12-20 19:16:25 +1300
committerGeorge Rawlinson2022-12-20 19:16:25 +1300
commit5e7585237556903f8d1148877be29b1972088e3b (patch)
tree1cbb074422ea9dd821be154cb1342feed0627280
parentb7bfd5ffb19577e731d11223b52ce6c7c52ae0f4 (diff)
downloadpackages-5e7585237556903f8d1148877be29b1972088e3b.tar.gz
packages-5e7585237556903f8d1148877be29b1972088e3b.tar.bz2
packages-5e7585237556903f8d1148877be29b1972088e3b.zip
upgpkg: xq 1.1.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fda57..e196678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = xq 1pkgbase = xq
2 pkgdesc = Command-line XML and HTML beautifier and content extractor 2 pkgdesc = Command-line XML and HTML beautifier and content extractor
3 pkgver = 1.1.0 3 pkgver = 1.1.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/sibprogrammer/xq 5 url = https://github.com/sibprogrammer/xq
6 arch = x86_64 6 arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = xq
10 depends = glibc 10 depends = glibc
11 conflicts = yq 11 conflicts = yq
12 options = !lto 12 options = !lto
13 source = xq::git+https://github.com/sibprogrammer/xq#commit=0a9c1d7b705b5926328576b4a3a3ec2e3430e59c 13 source = xq::git+https://github.com/sibprogrammer/xq#commit=f0c2fb2fb0dcc90e9422a219ffdf437113777388
14 source = manpage-template.patch 14 source = manpage-template.patch
15 b2sums = SKIP 15 b2sums = SKIP
16 b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843 16 b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843
diff --git a/PKGBUILD b/PKGBUILD
index e875c63..8c659af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: George Rawlinson <grawlinson@archlinux.org> 1# Maintainer: George Rawlinson <grawlinson@archlinux.org>
2 2
3pkgname=xq 3pkgname=xq
4pkgver=1.1.0 4pkgver=1.1.1
5pkgrel=1 5pkgrel=1
6pkgdesc='Command-line XML and HTML beautifier and content extractor' 6pkgdesc='Command-line XML and HTML beautifier and content extractor'
7arch=('x86_64') 7arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
11makedepends=('git' 'go') 11makedepends=('git' 'go')
12conflicts=('yq') 12conflicts=('yq')
13options=('!lto') 13options=('!lto')
14_commit='0a9c1d7b705b5926328576b4a3a3ec2e3430e59c' 14_commit='f0c2fb2fb0dcc90e9422a219ffdf437113777388'
15source=( 15source=(
16 "$pkgname::git+$url#commit=$_commit" 16 "$pkgname::git+$url#commit=$_commit"
17 'manpage-template.patch' 17 'manpage-template.patch'