summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2020-01-19 20:36:53 +0200
committeralbron2020-01-19 20:36:53 +0200
commitc63d7abfed994904a5214d441aea60aa99a35f5a (patch)
treea41fb6d6a1cf8a46dd94ffa32bf2ddad770dc708
parentd7cc9f9a770673ca1552abce25e10b30bd55b592 (diff)
downloadaur-c63d7abfed994904a5214d441aea60aa99a35f5a.tar.gz
bump to 0.44.12-r3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8722e4813a..56c0b41bafe6 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 = 4
+ pkgrel = 5
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-r2
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.12-r3
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95fcbaeff827..0f35ca5c344d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.44.12
-_pkgver=$pkgver-r2
-pkgrel=4
+_pkgver=$pkgver-r3
+pkgrel=5
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/"