summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulbdavis2017-12-27 14:52:23 -0700
committerpaulbdavis2017-12-27 14:54:05 -0700
commit81aaa3cefe43dfacfbbb4fefc92329d9611b3d47 (patch)
tree9c1839103887e16b60030caac709db46018e95d3
parentc7f54260f6fb6ef1c05475b42ee71fcf31bfce3c (diff)
downloadaur-81aaa3cefe43dfacfbbb4fefc92329d9611b3d47.tar.gz
update for new 0.44.03
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 18 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855b705bb994..279a0af33bd7 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.43.05
- pkgrel = 8
+ pkgver = 0.44.03
+ pkgrel = 1
url = https://dfhack.readthedocs.org/
arch = x86_64
license = custom
- depends = dwarffortress=0.43.05
+ depends = dwarffortress=0.44.03
depends = lua
depends = protobuf
depends = libpng12
@@ -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-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
+ 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.26/twbt-6.26-linux.zip
md5sums = af6d938767d1f09608df67dc4c0fd1a1
md5sums = 3853c6f890d3541f710f2c4833a9e696
- md5sums = 1f554475788da26e9c06c944eb19782d
- md5sums = 49d18ce5ad1cebb8238cb267a840ead2
+ md5sums = fb7dde878e353fa349ae6bc0f851f2d5
+ md5sums = 5eb1a4d7a35618ef96739fd3e433990f
pkgname = dfhack-twbt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71755149b102..dcb3ecf08ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
-pkgver=0.43.05
-_pkgver=$pkgver-r3
-_pkgsubver=$_pkgver.1
-pkgrel=8
+pkgver=0.44.03
+_pkgver=$pkgver-alpha1
+_extractedver=0.44.02-alpha1
+_twbtver=6.26
+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/"
@@ -19,14 +20,14 @@ provides=(dfhack)
source=(
dfhack.sh
dfhack-run.sh
- 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
+ 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
)
md5sums=('af6d938767d1f09608df67dc4c0fd1a1'
'3853c6f890d3541f710f2c4833a9e696'
- '1f554475788da26e9c06c944eb19782d'
- '49d18ce5ad1cebb8238cb267a840ead2')
+ 'fb7dde878e353fa349ae6bc0f851f2d5'
+ '5eb1a4d7a35618ef96739fd3e433990f')
prepare() {
sed -e 's|setarch i386 -R ||' \
@@ -41,8 +42,8 @@ package() {
install -Dm755 $srcdir/dfhack.sh $pkgdir/usr/bin/dfhack
install -Dm755 $srcdir/dfhack-run.sh $pkgdir/usr/bin/dfhack-run
- install -Dm755 $srcdir/$_pkgver/mousequery.plug.so $pkgdir/opt/dwarffortress/hack/plugins
- install -Dm755 $srcdir/$_pkgver/twbt.plug.so $pkgdir/opt/dwarffortress/hack/plugins
+ install -Dm755 $srcdir/$_extractedver/mousequery.plug.so $pkgdir/opt/dwarffortress/hack/plugins
+ install -Dm755 $srcdir/$_extractedver/twbt.plug.so $pkgdir/opt/dwarffortress/hack/plugins
install -Dm755 $srcdir/shadows.png $pkgdir/opt/dwarffortress/data/art/shadows.png
install -Dm755 $srcdir/white1px.png $pkgdir/opt/dwarffortress/data/art/white1px.png