summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2018-03-15 19:55:00 +0100
committerChristian Krause2018-03-15 19:55:00 +0100
commitc2c5445d51c62f0e01820dffa0c61781d6e5a2c7 (patch)
treef61d440facc396a53cb9d60efe875be3e07f9df3
parent2d7280c8b5a71c6f65b6f08c576c9ddc39946fc5 (diff)
downloadaur-c2c5445d51c62f0e01820dffa0c61781d6e5a2c7.tar.gz
dfhack-bin-0.44.07-1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f68438a30a..1e5339ba7c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Jan 18 18:58:32 UTC 2018
+# Thu Mar 15 18:54:43 UTC 2018
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.44.05
+ pkgver = 0.44.07
pkgrel = 1
- url = http://dfhack.readthedocs.io/en/v0.44.05/
+ url = http://dfhack.readthedocs.io/en/v0.44.07/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.44.05
+ depends = dwarffortress=0.44.07
depends = lua
depends = protobuf
depends = libpng12
@@ -25,10 +25,10 @@ pkgbase = dfhack-bin
source = dfhack-run.sh
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
- source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.05-alpha1/dfhack-0.44.05-alpha1-Linux-64-gcc-5.4.0.tar.bz2
- md5sums_x86_64 = 234649c8b59ab1b5dd46f511ac3b992b
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.05-alpha1/dfhack-0.44.05-alpha1-Linux-32-gcc-5.4.0.tar.bz2
- md5sums_i686 = 298c178fff17fa22c38a0db6834197fb
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.07-alpha1/dfhack-0.44.07-alpha1-Linux-64-gcc-7.tar.bz2
+ md5sums_x86_64 = 8be95f06f18eba7cee2f485259c0b0ec
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.07-alpha1/dfhack-0.44.07-alpha1-Linux-32-gcc-7.tar.bz2
+ md5sums_i686 = f31d28aec161e112fd64a195456e6497
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7d2ccf28bb41..9a0d187888f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.44.05
+pkgver=0.44.07
_pkgver=$pkgver-alpha1
pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
@@ -14,15 +14,15 @@ depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freety
conflicts=(dfhack dfhack-git)
provides=(dfhack)
-source_i686=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32-gcc-5.4.0.tar.bz2)
-source_x86_64=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-5.4.0.tar.bz2)
+source_i686=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32-gcc-7.tar.bz2)
+source_x86_64=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-7.tar.bz2)
source=(dfhack.sh
dfhack-run.sh)
md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('234649c8b59ab1b5dd46f511ac3b992b')
-md5sums_i686=('298c178fff17fa22c38a0db6834197fb')
+md5sums_x86_64=('8be95f06f18eba7cee2f485259c0b0ec')
+md5sums_i686=('f31d28aec161e112fd64a195456e6497')
prepare() {
sed -e 's|setarch i386 -R ||' \