diff options
-rw-r--r-- | xq/.SRCINFO | 6 | ||||
-rw-r--r-- | xq/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/xq/.SRCINFO b/xq/.SRCINFO index 37ac4a7..c542eeb 100644 --- a/xq/.SRCINFO +++ b/xq/.SRCINFO | |||
@@ -1,13 +1,13 @@ | |||
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.2.5 | 3 | pkgver = 1.3.0 |
4 | pkgrel = 2 | 4 | pkgrel = 2 |
5 | url = https://github.com/sibprogrammer/xq | 5 | url = https://github.com/sibprogrammer/xq |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = MIT | 7 | license = MIT |
8 | makedepends = go | 8 | makedepends = go |
9 | conflicts = yq | 9 | conflicts = yq |
10 | source = xq-1.2.5.tar.gz::https://github.com/sibprogrammer/xq/archive/refs/tags/v1.2.5.tar.gz | 10 | source = xq-1.3.0.tar.gz::https://github.com/sibprogrammer/xq/archive/refs/tags/v1.3.0.tar.gz |
11 | sha256sums = 9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365 | 11 | sha256sums = 6f75b4433ac83b9ddbc60e1106349e22654d14bb58e198f811b2f9d10181ee8f |
12 | 12 | ||
13 | pkgname = xq | 13 | pkgname = xq |
diff --git a/xq/PKGBUILD b/xq/PKGBUILD index 5a4f12c..45edffc 100644 --- a/xq/PKGBUILD +++ b/xq/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | # Contributor: George Rawlinson <[email protected]> | 2 | # Contributor: George Rawlinson <[email protected]> |
3 | 3 | ||
4 | pkgname=xq | 4 | pkgname=xq |
5 | pkgver=1.2.5 | 5 | pkgver=1.3.0 |
6 | pkgrel=2 | 6 | pkgrel=2 |
7 | pkgdesc='Command-line XML and HTML beautifier and content extractor' | 7 | pkgdesc='Command-line XML and HTML beautifier and content extractor' |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -11,7 +11,7 @@ license=('MIT') | |||
11 | makedepends=('go') | 11 | makedepends=('go') |
12 | conflicts=('yq') | 12 | conflicts=('yq') |
13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") |
14 | sha256sums=('9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365') | 14 | sha256sums=('6f75b4433ac83b9ddbc60e1106349e22654d14bb58e198f811b2f9d10181ee8f') |
15 | 15 | ||
16 | prepare() { | 16 | prepare() { |
17 | cd "${pkgname}-${pkgver}" | 17 | cd "${pkgname}-${pkgver}" |