summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tia2015-11-21 07:34:48 -0600
committerJavier Tia2015-11-21 07:34:48 -0600
commit0c713b77fa5862762a570a5128b20a4ac103aa6c (patch)
treeb262579ea7a9ad0125c23399b0b0c716dd2f6fa3
parent7cc87df4140590ef4fefb7960e631ddf74ec82ac (diff)
downloadaur-0c713b77fa5862762a570a5128b20a4ac103aa6c.tar.gz
Bump up xmlcutty-bin v0.1.3 rev 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa592dd8e068..1004a8615d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = xmlcutty-bin
pkgdesc = xmlcutty is a simple tool for carving out elements from large XML files, fast - binary static
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/miku/xmlcutty
arch = x86_64
+ conflicts = xmlcutty
+ replaces = xmlcutty
options = !strip
options = !emptydirs
source = https://github.com/miku/xmlcutty/releases/download/v0.1.3/xmlcutty_0.1.3_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index c749552bd47e..0cca730874bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=xmlcutty
pkgname="${_name}-bin"
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
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=('')
options=('!strip' '!emptydirs')
-conflicts=("${xmlcutty}")
-replaces=("${xmlcutty}")
+conflicts=("${_name}")
+replaces=("${_name}")
source=("${url}/releases/download/v${pkgver}/${_name}_${pkgver}_amd64.deb")
sha256sums=('0c9ff2b28b9fab5661d2e5c708490f9bfd7e982eb2760445fd9c137b67d2ef2f')