diff options
author | George Rawlinson | 2024-01-10 09:20:36 +1300 |
---|---|---|
committer | George Rawlinson | 2024-01-10 09:20:36 +1300 |
commit | 9e445a2a89089f7ad9705241a5158a1320173869 (patch) | |
tree | c2e39daa6bba918ce68bd6772eb3ace599efb0ce /PKGBUILD | |
parent | 50b3626b836b2d0de1ad16a7a6847ac8e68516e7 (diff) | |
download | packages-9e445a2a89089f7ad9705241a5158a1320173869.tar.gz packages-9e445a2a89089f7ad9705241a5158a1320173869.tar.bz2 packages-9e445a2a89089f7ad9705241a5158a1320173869.zip |
1.2.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.2.1 | 4 | pkgver=1.2.3 |
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='8ed07bdd6390e64f126abb832bcab0da317f7f34' | 14 | _commit='2842ec90a2d8143dd90211b083ace7325e6a3a8f' |
15 | source=( | 15 | source=( |
16 | "$pkgname::git+$url#commit=$_commit" | 16 | "$pkgname::git+$url#commit=$_commit" |
17 | 'manpage-template.patch' | 17 | 'manpage-template.patch' |