summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2019-08-30 14:37:58 -0600
committerJavier Tiá2019-08-30 14:37:58 -0600
commit9f5556d56305eab25bbfed4d688800c638601bd7 (patch)
tree09b06c504c09d18e93d23cc00148f4d96f4b245d
parent480824a8dafd0aa82dcf7831ae7e94f3516945c2 (diff)
downloadaur-9f5556d56305eab25bbfed4d688800c638601bd7.tar.gz
Bump up xmlcutty 0.1.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d68086300a..682dcfd5fb01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmlcutty
pkgdesc = Select elements from large XML files, fast
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/miku/xmlcutty
arch = i686
@@ -12,8 +12,8 @@ pkgbase = xmlcutty
replaces = xmlcutty-bin
options = !strip
options = !emptydirs
- source = https://github.com/miku/xmlcutty/archive/v0.1.5.tar.gz
- sha256sums = df070332645e5cd2a80d63311d943aa0bd34c48cca7fa13eac425d559d14d84e
+ source = https://github.com/miku/xmlcutty/archive/v0.1.6.tar.gz
+ sha256sums = 2c7eb9fa4e70cae8d6df1982e6c7b98ed99236ca94abb3147bbb7f5984e9a329
pkgname = xmlcutty
diff --git a/PKGBUILD b/PKGBUILD
index 520787c9a113..8d319451d0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=xmlcutty
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='Select elements from large XML files, fast'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ options=('!strip' '!emptydirs')
conflicts=("${pkgname}-bin")
replaces=("${pkgname}-bin")
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('df070332645e5cd2a80d63311d943aa0bd34c48cca7fa13eac425d559d14d84e')
+sha256sums=('2c7eb9fa4e70cae8d6df1982e6c7b98ed99236ca94abb3147bbb7f5984e9a329')
_gourl='github.com/miku/xmlcutty/cmd/xmlcutty'
prepare() {