summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangersalad2021-03-22 12:12:19 -0600
committerdangersalad2021-03-22 12:12:19 -0600
commitdcf58707621a1e3f3e5da5c95d59c9d9e058e0ff (patch)
treedb8bf3d76c8df07e9a873fbb544641690706742b
parent0c127311ab651406b7d640efed1cb6afcec79a2c (diff)
downloadaur-dcf58707621a1e3f3e5da5c95d59c9d9e058e0ff.tar.gz
update to latest binaries
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6199a5b9105c..73ad31a7ad39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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.12
- pkgrel = 6
+ pkgver = 0.47.05
+ pkgrel = 1
url = https://dfhack.readthedocs.org/
arch = x86_64
license = custom
- depends = dwarffortress=0.44.12
+ depends = dwarffortress=0.47.05
depends = lua
depends = protobuf
depends = libpng12
@@ -23,14 +23,14 @@ pkgbase = dfhack-twbt-bin
source = dfhack-run.sh
source = dfhack.init
source = init.txt
- source = https://github.com/DFHack/dfhack/releases/download/0.44.12-r2/dfhack-0.44.12-r2-Linux-64-gcc-4.8.tar.bz2
- source = https://github.com/mifki/df-twbt/releases/download/v6.61/twbt-6.61-linux.zip
+ source = https://github.com/DFHack/dfhack/releases/download/0.47.05-r1/dfhack-0.47.05-r1-Linux-64bit-gcc-7.tar.bz2
+ source = https://github.com/thurin/df-twbt/releases/download/0.47.05-r1/twbt-6.xx-linux64-0.47.05-r1.zip
md5sums = e630ae2fc93c6c7b55552336da2b6c07
md5sums = 3853c6f890d3541f710f2c4833a9e696
md5sums = 6730da5fec400ece9102552e77996fcb
md5sums = 052a58e7f5f1af8be3ddefe9677b8fc6
- md5sums = e200a6225dcf285e2eac19c1d1e118ea
- md5sums = 8eac5ae59dad0397090c4f50d50ef841
+ md5sums = 8dabfca61ff02821ed0be0a885ad17f2
+ md5sums = 672d40f24ca3e94ead4a79ccdc146114
pkgname = dfhack-twbt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17b62bcb9dd4..e2d1c56a7cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
-pkgver=0.44.12
-_pkgver=$pkgver-r2
-_twbtver=6.61
-pkgrel=6
+pkgver=0.47.05
+_pkgver=$pkgver-r1
+_twbtver=6.xx
+pkgrel=1
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/"
@@ -21,16 +21,16 @@ source=(
dfhack-run.sh
dfhack.init
init.txt
- 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/v$_twbtver/twbt-$_twbtver-linux.zip
+ https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64bit-gcc-7.tar.bz2
+ https://github.com/thurin/df-twbt/releases/download/$_pkgver/twbt-$_twbtver-linux64-$_pkgver.zip
)
md5sums=('e630ae2fc93c6c7b55552336da2b6c07'
'3853c6f890d3541f710f2c4833a9e696'
'6730da5fec400ece9102552e77996fcb'
'052a58e7f5f1af8be3ddefe9677b8fc6'
- 'e200a6225dcf285e2eac19c1d1e118ea'
- '8eac5ae59dad0397090c4f50d50ef841')
+ '8dabfca61ff02821ed0be0a885ad17f2'
+ '672d40f24ca3e94ead4a79ccdc146114')
prepare() {
sed -e 's|setarch i386 -R ||' \