diff options
author | George Rawlinson | 2022-11-28 20:28:59 +1300 |
---|---|---|
committer | George Rawlinson | 2022-11-28 20:28:59 +1300 |
commit | b7bfd5ffb19577e731d11223b52ce6c7c52ae0f4 (patch) | |
tree | 62628c1f985c6628c97f6676f5e8547b3da5d455 | |
parent | ddd332e6920faa66166cb0ab0e222481452e01bc (diff) | |
download | packages-b7bfd5ffb19577e731d11223b52ce6c7c52ae0f4.tar.gz packages-b7bfd5ffb19577e731d11223b52ce6c7c52ae0f4.tar.bz2 packages-b7bfd5ffb19577e731d11223b52ce6c7c52ae0f4.zip |
upgpkg: xq 1.1.0-1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 | ||||
-rw-r--r-- | manpage-template.patch | 2 |
3 files changed, 9 insertions, 7 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.0.0 | 3 | pkgver = 1.1.0 |
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 |
@@ -8,10 +8,11 @@ pkgbase = xq | |||
8 | makedepends = git | 8 | makedepends = git |
9 | makedepends = go | 9 | makedepends = go |
10 | depends = glibc | 10 | depends = glibc |
11 | conflicts = yq | ||
11 | options = !lto | 12 | options = !lto |
12 | source = xq::git+https://github.com/sibprogrammer/xq#commit=21fca280a144fbf34ab1a58efa39acb495a46764 | 13 | source = xq::git+https://github.com/sibprogrammer/xq#commit=0a9c1d7b705b5926328576b4a3a3ec2e3430e59c |
13 | source = manpage-template.patch | 14 | source = manpage-template.patch |
14 | b2sums = SKIP | 15 | b2sums = SKIP |
15 | b2sums = 4673d2c90996be27f5889f97541f1c4bd0c89c48d5b0573846d7e7a791bba3eaa66ca9774a054911d0014ee33e48bb19084fa3340a12756b2369928c4b951eb3 | 16 | b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843 |
16 | 17 | ||
17 | pkgname = xq | 18 | pkgname = xq |
@@ -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.0.0 | 4 | pkgver=1.1.0 |
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') |
@@ -9,14 +9,15 @@ url='https://github.com/sibprogrammer/xq' | |||
9 | license=('MIT') | 9 | license=('MIT') |
10 | depends=('glibc') | 10 | depends=('glibc') |
11 | makedepends=('git' 'go') | 11 | makedepends=('git' 'go') |
12 | conflicts=('yq') | ||
12 | options=('!lto') | 13 | options=('!lto') |
13 | _commit='21fca280a144fbf34ab1a58efa39acb495a46764' | 14 | _commit='0a9c1d7b705b5926328576b4a3a3ec2e3430e59c' |
14 | source=( | 15 | source=( |
15 | "$pkgname::git+$url#commit=$_commit" | 16 | "$pkgname::git+$url#commit=$_commit" |
16 | 'manpage-template.patch' | 17 | 'manpage-template.patch' |
17 | ) | 18 | ) |
18 | b2sums=('SKIP' | 19 | b2sums=('SKIP' |
19 | '4673d2c90996be27f5889f97541f1c4bd0c89c48d5b0573846d7e7a791bba3eaa66ca9774a054911d0014ee33e48bb19084fa3340a12756b2369928c4b951eb3') | 20 | 'f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843') |
20 | 21 | ||
21 | pkgver() { | 22 | pkgver() { |
22 | cd "$pkgname" | 23 | cd "$pkgname" |
diff --git a/manpage-template.patch b/manpage-template.patch index 6dba9af..32b64cf 100644 --- a/manpage-template.patch +++ b/manpage-template.patch | |||
@@ -2,7 +2,7 @@ | |||
2 | +++ b/docs/xq.man | 2 | +++ b/docs/xq.man |
3 | @@ -1,5 +1,5 @@ | 3 | @@ -1,5 +1,5 @@ |
4 | .\" Manpage for xq utility | 4 | .\" Manpage for xq utility |
5 | -.TH XQ 1 "06 Nov 2022" "0.0.8" "xq man page" | 5 | -.TH XQ 1 "06 Nov 2022" "" "xq man page" |
6 | +.TH XQ 1 "@DATE@" "@VERSION@" "xq man page" | 6 | +.TH XQ 1 "@DATE@" "@VERSION@" "xq man page" |
7 | .SH NAME | 7 | .SH NAME |
8 | xq - command-line XML and HTML beautifier and content extractor | 8 | xq - command-line XML and HTML beautifier and content extractor |