summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2021-01-31 13:14:22 -0700
committerZiusudra2021-01-31 13:14:22 -0700
commitda962406fce46c62bb236060a4a38501fd3c0d16 (patch)
tree5d869b68112970b887f60153b5dfe5719eb47e09
parent6c9073788b2e3baa86e6e6e0041db21f7e27b11c (diff)
downloadaur-da962406fce46c62bb236060a4a38501fd3c0d16.tar.gz
dfhack-bin-0.47.04-r5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 247abef882ae..dcf230d5f164 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.47.04
- pkgrel = 5
+ pkgrel = 6
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.47.04-r4/dfhack-0.47.04-r4-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = 69ca29374502a2490e2fb25f0ec7e1fd
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.04-r4/dfhack-0.47.04-r4-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = e8ec242f943e35458dc5050b16d4a6be
+ 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
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 65e2846e0fce..a9059cdd2aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-r4
-pkgrel=5
+_pkgver=$pkgver-r5
+pkgrel=6
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=('e8ec242f943e35458dc5050b16d4a6be')
-md5sums_x86_64=('69ca29374502a2490e2fb25f0ec7e1fd')
+md5sums_i686=('7dd32d1e6ed5e10b8b7a691b0df8ac00')
+md5sums_x86_64=('22ac18ad8d20fb73fa958ef6181ed34e')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')