summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-02-12 09:01:46 +0100
committerChristian Krause2017-02-12 09:01:46 +0100
commit3523f4623e00645fdf9541c52a7348e3e2768884 (patch)
treee5cbe6685e3618dee0c8a0aea6c7f309c86cf290
parente9414fb2c8098d92e820716102f3c5dd7d6426cd (diff)
downloadaur-3523f4623e00645fdf9541c52a7348e3e2768884.tar.gz
dfhack-0.43.05-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3687af9fae41..66d5f16e82b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 15:05:18 UTC 2016
+# Sun Feb 12 08:01:11 UTC 2017
pkgbase = dfhack
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
@@ -15,7 +15,7 @@ pkgbase = dfhack
depends = perl-xml-libxslt
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.43.05-alpha4
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.43.05-beta1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6741518ee6b8..a98b949dd580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
+# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
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/"