summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulbdavis2018-02-06 01:43:58 -0700
committerpaulbdavis2018-02-06 01:43:58 -0700
commit2ff261ef5e6a2ebd26f0f377706657e22cbaa5d4 (patch)
tree7b457fcefd73ed7df655fe7dcf94d5b1b238b493
parent84419d3ceaadeebd6d1f9e80f17a48404fa04384 (diff)
downloadaur-2ff261ef5e6a2ebd26f0f377706657e22cbaa5d4.tar.gz
update to 0.44.05-r1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7792cc88f11..5856291e7d2a 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.05
- pkgrel = 3
+ pkgrel = 1
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.05-alpha1/dfhack-0.44.05-alpha1-Linux-64-gcc-4.8.tar.bz2
- source = https://github.com/mifki/df-twbt/releases/download/v6.33/twbt-6.33-linux.zip
+ source = https://github.com/DFHack/dfhack/releases/download/0.44.05-r1/dfhack-0.44.05-r1-Linux-64-gcc-4.8.tar.bz2
+ source = https://github.com/mifki/df-twbt/releases/download/v6.34/twbt-6.34-linux.zip
md5sums = af6d938767d1f09608df67dc4c0fd1a1
md5sums = 3853c6f890d3541f710f2c4833a9e696
- md5sums = 3fa1b0abab369577e67959d39b6f7d20
- md5sums = 8aa8856482d812d7560730de66ac3f7d
+ md5sums = 538c5a0fcfcf5deb6f3c3575572320ba
+ md5sums = db5ccf1963db1fd3dad56cd70ac24402
pkgname = dfhack-twbt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 041ced06b606..fa7af34ec370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=dfhack-twbt-bin
_pkgname=dfhack
pkgver=0.44.05
-_pkgver=$pkgver-alpha1
-_twbtver=6.33
-pkgrel=3
+_pkgver=$pkgver-r1
+_twbtver=6.34
+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/"
@@ -25,8 +25,8 @@ source=(
md5sums=('af6d938767d1f09608df67dc4c0fd1a1'
'3853c6f890d3541f710f2c4833a9e696'
- '3fa1b0abab369577e67959d39b6f7d20'
- '8aa8856482d812d7560730de66ac3f7d')
+ '538c5a0fcfcf5deb6f3c3575572320ba'
+ 'db5ccf1963db1fd3dad56cd70ac24402')
prepare() {
sed -e 's|setarch i386 -R ||' \