summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-10-10 19:37:59 -0600
committerZiusudra2020-10-10 19:37:59 -0600
commitc76298a99b531d85ab57a678cd00afc594d5b4dc (patch)
treef50658d4f3da73e57d0f3f24afe43bd37800e9f6
parentad2252d14e189974527b0c7b811f637928fbbd2e (diff)
downloadaur-c76298a99b531d85ab57a678cd00afc594d5b4dc.tar.gz
dfhack-bin-0.47.04-r3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2eee9fd261..2f2bec663ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.47.04
- pkgrel = 3
+ pkgrel = 4
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -23,10 +23,10 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r2/dfhack-0.47.04-r2-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = fe9a34ca6c2097b95156d220a45a4ee8
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r2/dfhack-0.47.04-r2-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = ec2f69a52fbd963ec9bcb72559077544
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r3/dfhack-0.47.04-r3-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = e70243107eb9c399f81b835adcfb8cc2
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r3/dfhack-0.47.04-r3-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 7fe041eb5c04d4980fd153732a1e192b
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index dcd7e82e6e9c..f4d1ba233e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-r2
-pkgrel=3
+_pkgver=$pkgver-r3
+pkgrel=4
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="https://dfhack.readthedocs.io/en/stable/"
@@ -22,12 +22,11 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('ec2f69a52fbd963ec9bcb72559077544')
-md5sums_x86_64=('fe9a34ca6c2097b95156d220a45a4ee8')
+md5sums_i686=('7fe041eb5c04d4980fd153732a1e192b')
+md5sums_x86_64=('e70243107eb9c399f81b835adcfb8cc2')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
-
prepare() {
# shellcheck disable=2154
sed -e 's|setarch i386 -R ||' \