summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-01-29 21:19:45 -0700
committerZiusudra2020-01-29 21:42:05 -0700
commit68853489bf4ad4ffd2dc8aae80a5e83a676609fe (patch)
tree3b945bcf0c77262188c0087b469825c9f3d03bd7
parentd95c2782f860120c11337f0896206e35fd3afaa3 (diff)
downloadaur-68853489bf4ad4ffd2dc8aae80a5e83a676609fe.tar.gz
dfhack-bin-0.44.12-3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 187baf4e6497..9fdfb6886892 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.44.12
- pkgrel = 2
+ pkgrel = 3
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.44.12-r2/dfhack-0.44.12-r2-Linux-64-gcc-7.tar.bz2
- md5sums_x86_64 = bdbe256099ec9ffd90f391f0d069742f
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r2/dfhack-0.44.12-r2-Linux-32-gcc-7.tar.bz2
- md5sums_i686 = e9e5b8f4978e5e0a61080d4fbdea8abf
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r3/dfhack-0.44.12-r3-Linux-64-gcc-7.tar.bz2
+ md5sums_x86_64 = 72fb2e8f3e342d47e4f323c2b344568f
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r3/dfhack-0.44.12-r3-Linux-32-gcc-7.tar.bz2
+ md5sums_i686 = 7f8d67d97bff2424fc85538832b3b60f
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 288f721c7f75..a0123e7be0ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
+# Maintainer: Ziusudra <ziusudra.zoon@gmail.com>
# shellcheck disable=2034
# shellcheck disable=2148
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.44.12
-_pkgver=$pkgver-r2
-pkgrel=2
+_pkgver=$pkgver-r3
+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/"
@@ -21,10 +22,10 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
+md5sums_i686=('7f8d67d97bff2424fc85538832b3b60f')
+md5sums_x86_64=('72fb2e8f3e342d47e4f323c2b344568f')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('bdbe256099ec9ffd90f391f0d069742f')
-md5sums_i686=('e9e5b8f4978e5e0a61080d4fbdea8abf')
prepare() {
# shellcheck disable=2154