summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZiusudra2020-08-08 21:31:39 -0600
committerZiusudra2020-08-08 21:31:39 -0600
commitad2252d14e189974527b0c7b811f637928fbbd2e (patch)
tree1413b2f35775b363d949f610c678bf101f201027 /PKGBUILD
parent5e26005709cbd101ac0b38c5308d00833e90834f (diff)
downloadaur-ad2252d14e189974527b0c7b811f637928fbbd2e.tar.gz
dfhack-bin-0.47.04-r2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 802efb89b75b..dcd7e82e6e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-r1
-pkgrel=2
+_pkgver=$pkgver-r2
+pkgrel=3
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,11 +22,12 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('978888a573a65148924dd1af414f2a43')
-md5sums_x86_64=('022f09e77b1f8f124c59cf2e9636bad2')
+md5sums_i686=('ec2f69a52fbd963ec9bcb72559077544')
+md5sums_x86_64=('fe9a34ca6c2097b95156d220a45a4ee8')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
+
prepare() {
# shellcheck disable=2154
sed -e 's|setarch i386 -R ||' \