summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-12-24 14:00:15 -0700
committerZiusudra2020-12-24 14:00:15 -0700
commit861a64c38fab480ba38aedf42ada576d7bb663a8 (patch)
tree05886688c97db722779e703219cff7c9118b36f5
parent7a5428e7c06a08a4af73092008eef95cd0f80146 (diff)
downloadaur-861a64c38fab480ba38aedf42ada576d7bb663a8.tar.gz
dfhack-0.47.04-r4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d80153e1461..2c0bd82b6db0 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 = 5
+ pkgrel = 6
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-r3
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-r4
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 355c151f5d6a..595f9733bd01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-r3
-pkgrel=5
+_pkgver=$pkgver-r4
+pkgrel=6
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/"