summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7114b4..e875c63 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.0.0 4pkgver=1.1.0
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')
@@ -9,14 +9,15 @@ url='https://github.com/sibprogrammer/xq'
9license=('MIT') 9license=('MIT')
10depends=('glibc') 10depends=('glibc')
11makedepends=('git' 'go') 11makedepends=('git' 'go')
12conflicts=('yq')
12options=('!lto') 13options=('!lto')
13_commit='21fca280a144fbf34ab1a58efa39acb495a46764' 14_commit='0a9c1d7b705b5926328576b4a3a3ec2e3430e59c'
14source=( 15source=(
15 "$pkgname::git+$url#commit=$_commit" 16 "$pkgname::git+$url#commit=$_commit"
16 'manpage-template.patch' 17 'manpage-template.patch'
17) 18)
18b2sums=('SKIP' 19b2sums=('SKIP'
19 '4673d2c90996be27f5889f97541f1c4bd0c89c48d5b0573846d7e7a791bba3eaa66ca9774a054911d0014ee33e48bb19084fa3340a12756b2369928c4b951eb3') 20 'f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843')
20 21
21pkgver() { 22pkgver() {
22 cd "$pkgname" 23 cd "$pkgname"