summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-08-05 17:33:12 +0300
committeralbron2018-08-05 17:33:12 +0300
commita7fd5d1208309d33e876d3d10490ef50e86e8840 (patch)
tree5fe23a4d9f693517d661825982d1aeabf8c93b59
parent09616208a7dea0ff8033e7c4f3a6aca10804a17f (diff)
downloadaur-a7fd5d1208309d33e876d3d10490ef50e86e8840.tar.gz
bump to 0.44.12-r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe827ccfd27..ee597ff1d5a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.44.12
- pkgrel = 2
+ pkgrel = 3
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -23,7 +23,7 @@ pkgbase = dfhack
depends = libxinerama
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.12-alpha1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.12-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ceb1c8732fda..73af2bb87f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.44.12
-_pkgver=$pkgver-alpha1
-pkgrel=2
+_pkgver=$pkgver-r1
+pkgrel=3
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="https://dfhack.readthedocs.io/en/stable/"