summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"