summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-08-08 23:36:37 -0600
committerZiusudra2020-08-08 23:36:37 -0600
commitfc05ee6afa822b2623bed3a4570be76e56ad4842 (patch)
treed25829f66916edfa71cd9f34e05dab1e5254138a
parent2bcc6ff5c156084ea05601d4bf1a7b3b285e03d8 (diff)
downloadaur-fc05ee6afa822b2623bed3a4570be76e56ad4842.tar.gz
dfhack-0.47.04-r2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea40da3afc2..e171112f2ea7 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.47.04
- pkgrel = 3
+ pkgrel = 4
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.47.04-r1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-r2
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9528a655ef79..c3e6a3d269f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-r1
-pkgrel=3
+_pkgver=$pkgver-r2
+pkgrel=4
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/"