summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2016-12-30 15:48:40 +0100
committerChristian Krause2016-12-30 15:48:40 +0100
commitf9b88dee75c463d3832552d3fe2ca01870464d10 (patch)
tree52fc7ed7edace15e8c79e8cf4789a8785de5fe39
parenta271381482d27cf4af7d4569109ccef0c5914b5e (diff)
downloadaur-f9b88dee75c463d3832552d3fe2ca01870464d10.tar.gz
dfhack-bin-0.43.05-2
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD30
2 files changed, 29 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7653292a0cdf..3c6206ee35a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,27 @@
# Generated by mksrcinfo v8
-# Thu Jun 30 23:17:59 UTC 2016
+# Fri Dec 30 14:47:39 UTC 2016
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.43.03
- pkgrel = 1
- url = http://dfhack.readthedocs.io/en/v0.43.03/
+ pkgver = 0.43.05
+ pkgrel = 2
+ url = http://dfhack.readthedocs.io/en/v0.43.05/
arch = x86_64
arch = i686
license = custom
- depends = dwarffortress=0.43.03
+ depends = bash
+ depends = dwarffortress=0.43.05
+ depends = lua
+ depends = protobuf
conflicts = dfhack
conflicts = dfhack-git
- source = dfhack-0.43.03-alpha1.tar.bz2::https://github.com/DFHack/dfhack/releases/download/0.43.03-alpha1/dfhack-0.43.03-alpha1-Linux-gcc-4.8.1.tar.bz2
source = dfhack.sh
source = dfhack-run.sh
- md5sums = 031825dcd6d5026ca3db23350c025d0d
md5sums = 81f5909c1a32391679f968e40f24d5ca
md5sums = 3853c6f890d3541f710f2c4833a9e696
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.43.05-alpha4/dfhack-0.43.05-alpha4-Linux-64-gcc-4.8.1.tar.bz2
+ md5sums_x86_64 = 1666bcafa4b0afdfd45f9149227cfcf3
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.43.05-alpha4/dfhack-0.43.05-alpha4-Linux-32-gcc-4.8.1.tar.bz2
+ md5sums_i686 = d909d24f1a258e6750405863076eb3c1
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1279f171360..a6eaa58a653e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,33 +2,37 @@
pkgname=dfhack-bin
_pkgname=dfhack
-pkgver=0.43.03
-_pkgver=$pkgver-alpha1
-pkgrel=1
+pkgver=0.43.05
+_pkgver=$pkgver-alpha4
+pkgrel=2
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/"
license=('custom')
-depends=(dwarffortress=$pkgver)
-
-if test "$CARCH" == "x86_64" ; then
- depends+=(lib32-libpng12 lib32-libjpeg6-turbo)
-fi
+depends=(bash
+ dwarffortress=$pkgver
+ lua
+ protobuf)
conflicts=(dfhack dfhack-git)
-source=("$_pkgname-$_pkgver.tar.bz2::https://github.com/DFHack/dfhack/releases/download/$_pkgver/$_pkgname-$_pkgver-Linux-gcc-4.8.1.tar.bz2"
- dfhack.sh
+source_i686=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-32-gcc-4.8.1.tar.bz2)
+source_x86_64=(https://github.com/DFHack/dfhack/releases/download/$_pkgver/dfhack-$_pkgver-Linux-64-gcc-4.8.1.tar.bz2)
+
+md5sums_i686=('d909d24f1a258e6750405863076eb3c1')
+md5sums_x86_64=('1666bcafa4b0afdfd45f9149227cfcf3')
+
+source=(dfhack.sh
dfhack-run.sh)
-md5sums=('031825dcd6d5026ca3db23350c025d0d'
- '81f5909c1a32391679f968e40f24d5ca'
+md5sums=('81f5909c1a32391679f968e40f24d5ca'
'3853c6f890d3541f710f2c4833a9e696')
package() {
install -d $pkgdir/opt/dwarffortress
- cp -r $srcdir/{hack,stonesense,dfhack,dfhack-run,dfhack-config,dfhack.init-example} $pkgdir/opt/dwarffortress
+ # TODO add stonesense, once it is included again
+ cp -r $srcdir/{hack,dfhack,dfhack-run,dfhack-config,dfhack.init-example} $pkgdir/opt/dwarffortress
install -Dm755 $srcdir/dfhack.sh $pkgdir/usr/bin/dfhack
install -Dm755 $srcdir/dfhack-run.sh $pkgdir/usr/bin/dfhack-run