summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0123e7be0ac..5685fa1d5176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
-# Maintainer: Ziusudra <ziusudra.zoon@gmail.com>
+# Co-Maintainer: Ziusudra <ziusudra.zoon@gmail.com>
# shellcheck disable=2034
# shellcheck disable=2148
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.44.12
-_pkgver=$pkgver-r3
-pkgrel=3
+pkgver=0.47.04
+_pkgver=$pkgver-beta1
+pkgrel=1
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/"
@@ -17,13 +17,13 @@ depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freety
conflicts=(dfhack dfhack-git)
provides=(dfhack)
-source_i686=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32-gcc-7.tar.bz2")
-source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-7.tar.bz2")
+source_i686=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32bit-gcc-7.tar.bz2")
+source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64bit-gcc-7.tar.bz2")
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('7f8d67d97bff2424fc85538832b3b60f')
-md5sums_x86_64=('72fb2e8f3e342d47e4f323c2b344568f')
+md5sums_i686=('37fa0b4c700482b31fbe84f6f95ab397')
+md5sums_x86_64=('e4fcaafb44ae85ee31b459110b12faba')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')