summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2022-05-04 22:56:35 -0600
committerZiusudra2022-05-04 22:56:35 -0600
commite9e0894b3cbd39e2ba59b4712a841723b6e2594f (patch)
treec50225be124cd7b8bc1077f2c7648987fa0dae46
parentb351ce4c38c0a59127eb3426a986abae51eb0906 (diff)
downloadaur-e9e0894b3cbd39e2ba59b4712a841723b6e2594f.tar.gz
dfhack-0.47.05-r5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 516f553c3bb2..7ce5ce85187a 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 = 5
+ pkgrel = 6
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-r4/dfhack-0.47.05-r4-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = ff9f80f75e194f8cbe7ae5e5f96e1e04
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r4/dfhack-0.47.05-r4-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = bc1ae8ccc046b8dca07b39c917d1b012
+ 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
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 67a9b66dcb38..c685a5755703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.05
-_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=('bc1ae8ccc046b8dca07b39c917d1b012')
-md5sums_x86_64=('ff9f80f75e194f8cbe7ae5e5f96e1e04')
+md5sums_i686=('855623ae47ff386223764c6fdd5d43d1')
+md5sums_x86_64=('37d56b99b1c11c1a76bdd635ba8ebf64')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')