diff options
author | George Rawlinson | 2023-07-15 11:09:09 +1200 |
---|---|---|
committer | George Rawlinson | 2023-07-15 11:09:09 +1200 |
commit | 50b3626b836b2d0de1ad16a7a6847ac8e68516e7 (patch) | |
tree | b0f638bb363acb5fa0180c0b59736048addcc5fb | |
parent | 16fc57f58374fd88f0e4c6ff10a92aad2b098299 (diff) | |
download | packages-50b3626b836b2d0de1ad16a7a6847ac8e68516e7.tar.gz packages-50b3626b836b2d0de1ad16a7a6847ac8e68516e7.tar.bz2 packages-50b3626b836b2d0de1ad16a7a6847ac8e68516e7.zip |
upgpkg: xq 1.2.1-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = xq | 1 | pkgbase = 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.3 | 3 | pkgver = 1.2.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=d8708ffb0f5bf0ad3da356733284ade85f758266 | 13 | source = xq::git+https://github.com/sibprogrammer/xq#commit=8ed07bdd6390e64f126abb832bcab0da317f7f34 |
14 | source = manpage-template.patch | 14 | source = manpage-template.patch |
15 | b2sums = SKIP | 15 | b2sums = SKIP |
16 | b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843 | 16 | b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843 |
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: George Rawlinson <grawlinson@archlinux.org> | 1 | # Maintainer: George Rawlinson <grawlinson@archlinux.org> |
2 | 2 | ||
3 | pkgname=xq | 3 | pkgname=xq |
4 | pkgver=1.1.3 | 4 | pkgver=1.2.1 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc='Command-line XML and HTML beautifier and content extractor' | 6 | pkgdesc='Command-line XML and HTML beautifier and content extractor' |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
@@ -11,7 +11,7 @@ depends=('glibc') | |||
11 | makedepends=('git' 'go') | 11 | makedepends=('git' 'go') |
12 | conflicts=('yq') | 12 | conflicts=('yq') |
13 | options=('!lto') | 13 | options=('!lto') |
14 | _commit='d8708ffb0f5bf0ad3da356733284ade85f758266' | 14 | _commit='8ed07bdd6390e64f126abb832bcab0da317f7f34' |
15 | source=( | 15 | source=( |
16 | "$pkgname::git+$url#commit=$_commit" | 16 | "$pkgname::git+$url#commit=$_commit" |
17 | 'manpage-template.patch' | 17 | 'manpage-template.patch' |