summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpaulbdavis2017-11-28 11:16:11 -0700
committerpaulbdavis2017-11-28 11:16:33 -0700
commitf3c5a6760d0aae8b3ef7e47d1d887dbf4148c637 (patch)
tree6d5c49cdd9af409d499008e99052b3611b28a65f /PKGBUILD
parent104dc3cfc097abde2212b01a70c711f7a7f6a21c (diff)
downloadaur-f3c5a6760d0aae8b3ef7e47d1d887dbf4148c637.tar.gz
update to dfhack 0.43.05-r3.1 and twbt v6.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76079ab90d27..71755149b102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
pkgver=0.43.05
-_pkgver=$pkgver-r2
-pkgrel=7
+_pkgver=$pkgver-r3
+_pkgsubver=$_pkgver.1
+pkgrel=8
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it including Text Will Be Text plugin"
arch=('x86_64')
url="https://dfhack.readthedocs.org/"
@@ -18,14 +19,14 @@ provides=(dfhack)
source=(
dfhack.sh
dfhack-run.sh
- https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-4.8.tar.bz2
- https://github.com/mifki/df-twbt/releases/download/v6.21/twbt-6.21-linux.zip
+ https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgsubver-Linux-64-gcc-4.8.tar.bz2
+ https://github.com/mifki/df-twbt/releases/download/v6.22/twbt-6.22-linux.zip
)
md5sums=('af6d938767d1f09608df67dc4c0fd1a1'
'3853c6f890d3541f710f2c4833a9e696'
- '0d674cf4a060ecee1e8dec90dd5596c8'
- '6cc2a103c0bdd3aa86b4171b567dd61d')
+ '1f554475788da26e9c06c944eb19782d'
+ '49d18ce5ad1cebb8238cb267a840ead2')
prepare() {
sed -e 's|setarch i386 -R ||' \