summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2021-09-04 13:51:03 -0600
committerZiusudra2021-09-04 13:51:03 -0600
commitb8bab666e6e476401cad17011c6d574552f7b604 (patch)
tree00c12a459b7ced18f290458897bf3f3fb504d606
parentb4360551cac14907f835141c9f836dd4eb74ac29 (diff)
downloadaur-b8bab666e6e476401cad17011c6d574552f7b604.tar.gz
dfhack-0.47.05-r3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36c6cbbad1da..f7d12d232e5d 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 = 2
+ pkgrel = 3
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -23,9 +23,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-r2/dfhack-0.47.05-r2-Linux-64bit-gcc-7.tar.bz2
- md5sums_x86_64 = 3150275dc28fed413cfc42728423f28f
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r2/dfhack-0.47.05-r2-Linux-32bit-gcc-7.tar.bz2
- md5sums_i686 = 6dba40d5b94649566eabbd3b312b0002
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r3/dfhack-0.47.05-r3-Linux-64bit-gcc-7.tar.bz2
+ md5sums_x86_64 = 59336f93b5acb90705b72dcf3a651030
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.47.05-r3/dfhack-0.47.05-r3-Linux-32bit-gcc-7.tar.bz2
+ md5sums_i686 = 1a20fee0a64790156133861f09fea187
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index a045bb103dd9..7b51fdebb44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-r2
-pkgrel=2
+_pkgver=$pkgver-r3
+pkgrel=3
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=('6dba40d5b94649566eabbd3b312b0002')
-md5sums_x86_64=('3150275dc28fed413cfc42728423f28f')
+md5sums_i686=('1a20fee0a64790156133861f09fea187')
+md5sums_x86_64=('59336f93b5acb90705b72dcf3a651030')
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')