summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulbdavis2017-07-20 10:44:32 -0400
committerpaulbdavis2017-07-20 10:44:32 -0400
commit9589ba7f016c5b8f56bbecb26dbcc87e08d3ba8c (patch)
tree1a7ca3df636478c673496b8b51557ce39f177ecd
parent4614c6651f6f442b7268778175b3aadd0306a796 (diff)
downloadaur-9589ba7f016c5b8f56bbecb26dbcc87e08d3ba8c.tar.gz
updated dfhack and twbt
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37713899d0de..4a822b4aca24 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.43.05
- pkgrel = 5
+ pkgrel = 6
url = https://dfhack.readthedocs.org/
arch = x86_64
license = custom
@@ -18,14 +18,15 @@ pkgbase = dfhack-twbt-bin
provides = dfhack
conflicts = dfhack
conflicts = dfhack-git
+ conflicts = dfhack-bin
source = dfhack.sh
source = dfhack-run.sh
- source = https://github.com/DFHack/dfhack/releases/download/0.43.05-r1/dfhack-0.43.05-r1-Linux-64-gcc-4.8.1.tar.bz2
- source = https://github.com/mifki/df-twbt/releases/download/v5.84/twbt-5.84-linux.zip
+ 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/v5.85/twbt-5.85-linux.zip
md5sums = af6d938767d1f09608df67dc4c0fd1a1
md5sums = 3853c6f890d3541f710f2c4833a9e696
- md5sums = 7b5783f6f8a0bf34282d7d0b53d65b6e
- md5sums = fd8a0e88f9acd3ee6094756e7b44f82e
+ md5sums = 0d674cf4a060ecee1e8dec90dd5596c8
+ md5sums = 7561efd678aafc746bdf65631940080b
pkgname = dfhack-twbt-bin
diff --git a/PKGBUILD b/PKGBUILD
index fdb88c2e3217..08ab98f3be2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,28 +4,28 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
pkgver=0.43.05
-_pkgver=$pkgver-r1
-pkgrel=5
+_pkgver=$pkgver-r2
+pkgrel=6
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/"
license=('custom')
depends=(dwarffortress=$pkgver lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama)
-conflicts=(dfhack dfhack-git)
+conflicts=(dfhack dfhack-git dfhack-bin)
provides=(dfhack)
source=(
dfhack.sh
dfhack-run.sh
- https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-4.8.1.tar.bz2
- https://github.com/mifki/df-twbt/releases/download/v5.84/twbt-5.84-linux.zip
+ 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/v5.85/twbt-5.85-linux.zip
)
md5sums=('af6d938767d1f09608df67dc4c0fd1a1'
'3853c6f890d3541f710f2c4833a9e696'
- '7b5783f6f8a0bf34282d7d0b53d65b6e'
- 'fd8a0e88f9acd3ee6094756e7b44f82e')
+ '0d674cf4a060ecee1e8dec90dd5596c8'
+ '7561efd678aafc746bdf65631940080b')
prepare() {
sed -e 's|setarch i386 -R ||' \