summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-02-06 13:48:24 +0200
committerChristian Krause2018-02-08 18:27:34 +0100
commit009f1ae2477e8ecf82eb4c01bd5033748ede90b9 (patch)
treef80790f7783ecff0af387be72b0f68ae67beb50f
parentc24b5671dbe32da2453de244d6b75339984472ea (diff)
downloadaur-009f1ae2477e8ecf82eb4c01bd5033748ede90b9.tar.gz
dfhack-0.44.05-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546deb81d1cc..d6202f1797ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 18 19:02:12 UTC 2018
+# Thu Feb 8 17:26:54 UTC 2018
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.44.05
- pkgrel = 1
+ pkgrel = 2
url = http://dfhack.readthedocs.io/en/v0.44.05/
arch = x86_64
arch = i686
@@ -25,7 +25,7 @@ pkgbase = dfhack
depends = libxinerama
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.05-alpha1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.05-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 88a98a53e948..9b92fb981216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=dfhack
pkgver=0.44.05
-_pkgver=$pkgver-alpha1
-pkgrel=1
+_pkgver=$pkgver-r1
+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/"