summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79b1834f12ba..92a01d85d3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,12 +21,12 @@ pkgbase = dfhack-twbt-bin
conflicts = dfhack-bin
source = dfhack.sh
source = dfhack-run.sh
- source = https://github.com/DFHack/dfhack/releases/download/0.43.05-r2/dfhack-0.43.05-r2-Linux-64-gcc-4.8.tar.bz2
- source = https://github.com/mifki/df-twbt/releases/download/v6.21/twbt-6.21-linux.zip
+ source = https://github.com/DFHack/dfhack/releases/download/0.43.05-r3/dfhack-0.43.05-r3.1-Linux-64-gcc-4.8.tar.bz2
+ source = https://github.com/mifki/df-twbt/releases/download/v6.22/twbt-6.22-linux.zip
md5sums = af6d938767d1f09608df67dc4c0fd1a1
md5sums = 3853c6f890d3541f710f2c4833a9e696
- md5sums = 0d674cf4a060ecee1e8dec90dd5596c8
- md5sums = 6cc2a103c0bdd3aa86b4171b567dd61d
+ md5sums = 1f554475788da26e9c06c944eb19782d
+ md5sums = 49d18ce5ad1cebb8238cb267a840ead2
pkgname = dfhack-twbt-bin
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 ||' \