summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e021a7d6487..38d14b0f99c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack-twbt-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it including Text Will Be Text plugin
pkgver = 0.44.03
- pkgrel = 2
+ pkgrel = 3
url = https://dfhack.readthedocs.org/
arch = x86_64
license = custom
@@ -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.44.03-alpha1/dfhack-0.44.03-alpha1-Linux-64-gcc-4.8.tar.bz2
- source = https://github.com/mifki/df-twbt/releases/download/v6.28/twbt-6.28-linux.zip
+ source = https://github.com/DFHack/dfhack/releases/download/0.44.03-beta1/dfhack-0.44.03-beta1-Linux-64-gcc-4.8.tar.bz2
+ source = https://github.com/mifki/df-twbt/releases/download/v6.31/twbt-6.31-linux.zip
md5sums = af6d938767d1f09608df67dc4c0fd1a1
md5sums = 3853c6f890d3541f710f2c4833a9e696
- md5sums = fb7dde878e353fa349ae6bc0f851f2d5
- md5sums = 410f0c141f48c2e815fa94e8ed0ac983
+ md5sums = 92b9ea73a97ad5f209b9ce22cd1bb42a
+ md5sums = a50da59b896935195faa45dd95c345c2
pkgname = dfhack-twbt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 228b510eb50e..5cf0f79e550f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
pkgver=0.44.03
-_pkgver=$pkgver-alpha1
-_twbtver=6.28
-pkgrel=2
+_pkgver=$pkgver-beta1
+_twbtver=6.31
+pkgrel=3
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/"
@@ -25,8 +25,8 @@ source=(
md5sums=('af6d938767d1f09608df67dc4c0fd1a1'
'3853c6f890d3541f710f2c4833a9e696'
- 'fb7dde878e353fa349ae6bc0f851f2d5'
- '410f0c141f48c2e815fa94e8ed0ac983')
+ '92b9ea73a97ad5f209b9ce22cd1bb42a'
+ 'a50da59b896935195faa45dd95c345c2')
prepare() {
sed -e 's|setarch i386 -R ||' \