summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2019-04-01 20:00:26 +0200
committerChristian Krause2019-04-01 20:00:26 +0200
commitd95c2782f860120c11337f0896206e35fd3afaa3 (patch)
tree7d106b0efd796c3382d9c118fc1b697a4eec33b6
parenta9fd42c77c5fa4cdf12a0e85feaf6219667ccab8 (diff)
downloadaur-d95c2782f860120c11337f0896206e35fd3afaa3.tar.gz
dfhack-bin-0.44.12-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8957614c63ba..187baf4e6497 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.44.12
- pkgrel = 1
+ pkgrel = 2
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.44.12-r1/dfhack-0.44.12-r1-Linux-64-gcc-7.tar.bz2
- md5sums_x86_64 = 79ad15a2c33516ae9594038f465dfe25
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r1/dfhack-0.44.12-r1-Linux-32-gcc-7.tar.bz2
- md5sums_i686 = c8719210d0076603499a21ec50f4592a
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r2/dfhack-0.44.12-r2-Linux-64-gcc-7.tar.bz2
+ md5sums_x86_64 = bdbe256099ec9ffd90f391f0d069742f
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.12-r2/dfhack-0.44.12-r2-Linux-32-gcc-7.tar.bz2
+ md5sums_i686 = e9e5b8f4978e5e0a61080d4fbdea8abf
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e7b1ff92a05..288f721c7f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.44.12
-_pkgver=$pkgver-r1
-pkgrel=1
+_pkgver=$pkgver-r2
+pkgrel=2
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/"
@@ -23,8 +23,8 @@ source=(dfhack.sh
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('79ad15a2c33516ae9594038f465dfe25')
-md5sums_i686=('c8719210d0076603499a21ec50f4592a')
+md5sums_x86_64=('bdbe256099ec9ffd90f391f0d069742f')
+md5sums_i686=('e9e5b8f4978e5e0a61080d4fbdea8abf')
prepare() {
# shellcheck disable=2154