summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2022-03-10 22:06:14 -0700
committerZiusudra2022-03-10 22:06:14 -0700
commitc830bd22fb00d39861900140cead80f1d4f7321b (patch)
treeee663b32c15a7feb60709c693dbb6b2924aa56c9
parent16bb88973c1cfd333f35c5a62496a8f37374c7e8 (diff)
downloadaur-c830bd22fb00d39861900140cead80f1d4f7321b.tar.gz
dfhack-0.47.05-r4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8b8baa783ee..507899a8c8ce 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.05
- pkgrel = 5
+ pkgrel = 6
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -24,7 +24,7 @@ pkgbase = dfhack
depends = libxcrypt-compat
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r3
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r4
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 888035de48c5..c758e32fcd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.05
-_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/"