summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD17
2 files changed, 17 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f39d7b7f5b..25610ca95e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Oct 28 15:23:51 UTC 2017
+# Mon Jan 1 12:43:10 UTC 2018
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.43.05
- pkgrel = 6
- url = http://dfhack.readthedocs.io/en/v0.43.05/
+ pkgver = 0.44.03
+ pkgrel = 1
+ url = http://dfhack.readthedocs.io/en/v0.44.03/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.43.05
+ depends = dwarffortress=0.44.03
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.43.05-r2/dfhack-0.43.05-r2-Linux-64-gcc-5.4.0.tar.bz2
- md5sums_x86_64 = d7c54d7abe5179643df9da405d1c7c03
- source_i686 = https://github.com/DFHack/dfhack/releases/download/0.43.05-r2/dfhack-0.43.05-r2-Linux-32-gcc-5.4.0.tar.bz2
- md5sums_i686 = ec238d6244693af355668a4dcd42a349
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.44.03-beta1/dfhack-0.44.03-beta1-Linux-64-gcc-5.4.0.tar.bz2
+ md5sums_x86_64 = ec64b8de46babe8a96703d2ca0e6ae16
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.44.03-beta1/dfhack-0.44.03-beta1-Linux-32-gcc-5.4.0.tar.bz2
+ md5sums_i686 = 6e2c4685ca439f835af9fa5b83a43dc3
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7666de48e212..5082f8da527f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.43.05
-_pkgver=$pkgver-r2
-pkgrel=6
+pkgver=0.44.03
+_pkgver=$pkgver-beta1
+pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="http://dfhack.readthedocs.io/en/v$pkgver/"
@@ -16,10 +16,14 @@ 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=(dfhack.sh
dfhack-run.sh)
+md5sums_x86_64=('ec64b8de46babe8a96703d2ca0e6ae16')
+md5sums_i686=('6e2c4685ca439f835af9fa5b83a43dc3')
+md5sums=('81f5909c1a32391679f968e40f24d5ca'
+ '3853c6f890d3541f710f2c4833a9e696')
+
prepare() {
sed -e 's|setarch i386 -R ||' \
-i $srcdir/dfhack
@@ -35,8 +39,3 @@ package() {
install -Dm644 $srcdir/hack/LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-
-md5sums=('81f5909c1a32391679f968e40f24d5ca'
- '3853c6f890d3541f710f2c4833a9e696')
-md5sums_x86_64=('d7c54d7abe5179643df9da405d1c7c03')
-md5sums_i686=('ec238d6244693af355668a4dcd42a349')