summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-04-04 02:01:24 -0600
committerZiusudra2020-04-04 02:01:24 -0600
commitd5e5a288ec18b68f24fec7f0a773275588ba3b90 (patch)
tree23dd8f355b2f15d8f4f35e2685cfa4521fadef46
parent68853489bf4ad4ffd2dc8aae80a5e83a676609fe (diff)
downloadaur-d5e5a288ec18b68f24fec7f0a773275588ba3b90.tar.gz
dfhack-bin-0.47.04-beta1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fdfb6886892..e3a116814979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.44.12
- pkgrel = 3
+ pkgver = 0.47.04
+ pkgrel = 1
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.44.12
+ depends = dwarffortress=0.47.04
depends = lua
depends = protobuf
depends = libpng12
@@ -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-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
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.04-beta1/dfhack-0.47.04-beta1-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = e4fcaafb44ae85ee31b459110b12faba
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-beta1/dfhack-0.47.04-beta1-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 37fa0b4c700482b31fbe84f6f95ab397
pkgname = dfhack-bin
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')