summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2022-07-29 23:24:02 -0600
committerZiusudra2022-07-29 23:24:02 -0600
commitd8656bda1321180225bd9780c589423d7dd3ed53 (patch)
tree152523f387ae52518763c475b948f9d42d7641c7
parente9e0894b3cbd39e2ba59b4712a841723b6e2594f (diff)
downloadaur-d8656bda1321180225bd9780c589423d7dd3ed53.tar.gz
dfhack-0.47.05-r6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ce5ce85187a..72f1000357db 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.05
- pkgrel = 6
+ pkgrel = 7
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -24,9 +24,9 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r5/dfhack-0.47.05-r5-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = 37d56b99b1c11c1a76bdd635ba8ebf64
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r5/dfhack-0.47.05-r5-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = 855623ae47ff386223764c6fdd5d43d1
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r6/dfhack-0.47.05-r6-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = 0a55f07d390d92084402f9736bdecd69
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r6/dfhack-0.47.05-r6-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 74ad5d411b4e557b73406b754ff56408
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index c685a5755703..c1a3c07bf7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-r5
-pkgrel=6
+_pkgver=$pkgver-r6
+pkgrel=7
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,10 +22,10 @@ source_x86_64=("https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfha
source=(dfhack.sh
dfhack-run.sh)
-md5sums_i686=('855623ae47ff386223764c6fdd5d43d1')
-md5sums_x86_64=('37d56b99b1c11c1a76bdd635ba8ebf64')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
+md5sums_x86_64=('0a55f07d390d92084402f9736bdecd69')
+md5sums_i686=('74ad5d411b4e557b73406b754ff56408')
prepare() {
# shellcheck disable=2154