summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-02-12 08:53:54 +0100
committerChristian Krause2017-02-12 08:53:54 +0100
commit93c9dd430d49f8aff30f93b379f99541544ef7b0 (patch)
treeea555d93d5c681761a9ce67c1f2653eeea66273c
parentf9b88dee75c463d3832552d3fe2ca01870464d10 (diff)
downloadaur-93c9dd430d49f8aff30f93b379f99541544ef7b0.tar.gz
dfhack-bin-0.43.05-3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6206ee35a2..c3726308067d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 14:47:39 UTC 2016
+# Sun Feb 12 07:52:41 UTC 2017
pkgbase = dfhack-bin
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.43.05
- pkgrel = 2
+ pkgrel = 3
url = http://dfhack.readthedocs.io/en/v0.43.05/
arch = x86_64
arch = i686
@@ -18,10 +18,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-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
+ source_x86_64 = https://github.com/DFHack/dfhack/releases/download/0.43.05-beta1/dfhack-0.43.05-beta1-Linux-64-gcc-4.8.1.tar.bz2
+ md5sums_x86_64 = bcc23efc95ef3d799554a7c8b54bc010
+ source_i686 = https://github.com/DFHack/dfhack/releases/download/0.43.05-beta1/dfhack-0.43.05-beta1-Linux-32-gcc-4.8.1.tar.bz2
+ md5sums_i686 = 3d1a3daddb52dcba8a45362ca26d8065
pkgname = dfhack-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6eaa58a653e..7bbfeeae902e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
+# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=dfhack-bin
_pkgname=dfhack
pkgver=0.43.05
-_pkgver=$pkgver-alpha4
-pkgrel=2
+_pkgver=$pkgver-beta1
+pkgrel=3
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/"
@@ -19,15 +19,9 @@ conflicts=(dfhack dfhack-git)
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=('81f5909c1a32391679f968e40f24d5ca'
- '3853c6f890d3541f710f2c4833a9e696')
-
package() {
install -d $pkgdir/opt/dwarffortress
@@ -39,3 +33,8 @@ package() {
install -Dm644 $srcdir/hack/LICENSE.rst $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+
+md5sums=('81f5909c1a32391679f968e40f24d5ca'
+ '3853c6f890d3541f710f2c4833a9e696')
+md5sums_x86_64=('bcc23efc95ef3d799554a7c8b54bc010')
+md5sums_i686=('3d1a3daddb52dcba8a45362ca26d8065')