summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-12-26 11:01:56 -0600
committerJavier Tiá2018-12-26 11:01:56 -0600
commit8e9fa0b342e677a39f3dbe1d2e327b71418d80b4 (patch)
treec33f73c2d5887948412fdb9009450da9ca87abb2
parent57cf20543734780da72b07b63d6e674d37efa14e (diff)
downloadaur-8e9fa0b342e677a39f3dbe1d2e327b71418d80b4.tar.gz
Bump up xmlcutty-bin 0.1.5-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aee6980dfd2..5d273e997f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = xmlcutty-bin
pkgdesc = xmlcutty is a simple tool for carving out elements from large XML files, fast - binary static
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/miku/xmlcutty
arch = x86_64
+ license = GPL3
conflicts = xmlcutty
replaces = xmlcutty
options = !strip
options = !emptydirs
- source = https://github.com/miku/xmlcutty/releases/download/v0.1.4/xmlcutty_0.1.4_amd64.deb
- sha256sums = 5dfc56bf2b6458f0b141436794f3c5f0daff45d42ce25de044535197882939ce
+ source = https://github.com/miku/xmlcutty/releases/download/v0.1.5/xmlcutty_0.1.5_amd64.deb
+ sha256sums = da247e1ed755a6bda9c1d680dc856adfe8b2ff8df93c6ac660dd9f8d3c6c078d
pkgname = xmlcutty-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae47b87a9d4d..510d74b5f61a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_name=xmlcutty
pkgname="${_name}-bin"
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="xmlcutty is a simple tool for carving out elements from large XML files, fast - binary static"
arch=('x86_64')
url="https://github.com/miku/xmlcutty"
-license=('')
+license=('GPL3')
options=('!strip' '!emptydirs')
conflicts=("${_name}")
replaces=("${_name}")
source=("${url}/releases/download/v${pkgver}/${_name}_${pkgver}_amd64.deb")
-sha256sums=('5dfc56bf2b6458f0b141436794f3c5f0daff45d42ce25de044535197882939ce')
+sha256sums=('da247e1ed755a6bda9c1d680dc856adfe8b2ff8df93c6ac660dd9f8d3c6c078d')
package() {
ar x ${_name}_${pkgver}_amd64.deb
@@ -20,4 +20,4 @@ package() {
mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
}
-# vim:set ft=sh ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et: