summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-10-10 19:43:40 -0600
committerZiusudra2020-10-10 19:43:40 -0600
commit7a5428e7c06a08a4af73092008eef95cd0f80146 (patch)
tree7ee12cf80a32d703c6ed2a872c411ef1b4917d38
parentfc05ee6afa822b2623bed3a4570be76e56ad4842 (diff)
downloadaur-7a5428e7c06a08a4af73092008eef95cd0f80146.tar.gz
dfhack-0.47.04-r3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e171112f2ea7..0d80153e1461 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 = 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.47.04-r2
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-r3
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3e6a3d269f1..355c151f5d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.04
-_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/"