summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2021-03-06 16:29:05 -0700
committerZiusudra2021-03-06 16:29:05 -0700
commitfcdb382e6cda5acc0ae6a0e4b1b0475dad5cde68 (patch)
tree6235d17d47522517d80a08f9e4f0f8f571363bbb
parentda962406fce46c62bb236060a4a38501fd3c0d16 (diff)
downloadaur-fcdb382e6cda5acc0ae6a0e4b1b0475dad5cde68.tar.gz
dfhack-0.47.05-r1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcf230d5f164..fe37bb76ac84 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.47.04
- pkgrel = 6
+ pkgver = 0.47.05
+ pkgrel = 1
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.47.04
+ depends = dwarffortress=0.47.05
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.47.04-r5/dfhack-0.47.04-r5-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = 22ac18ad8d20fb73fa958ef6181ed34e
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r5/dfhack-0.47.04-r5-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = 7dd32d1e6ed5e10b8b7a691b0df8ac00
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r1/dfhack-0.47.05-r1-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = 8dabfca61ff02821ed0be0a885ad17f2
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r1/dfhack-0.47.05-r1-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 4506603e14458a951347850578f6770a
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index a9059cdd2aa3..785bc9a23a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.47.04
-_pkgver=$pkgver-r5
-pkgrel=6
+pkgver=0.47.05
+_pkgver=$pkgver-r1
+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/"
@@ -22,8 +22,8 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('7dd32d1e6ed5e10b8b7a691b0df8ac00')
-md5sums_x86_64=('22ac18ad8d20fb73fa958ef6181ed34e')
+md5sums_i686=('4506603e14458a951347850578f6770a')
+md5sums_x86_64=('8dabfca61ff02821ed0be0a885ad17f2')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')