summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2020-04-26 16:34:26 -0600
committerZiusudra2020-04-26 16:34:26 -0600
commit2bcc6ff5c156084ea05601d4bf1a7b3b285e03d8 (patch)
tree449c74fb468181736049ac695e8cde57ea83b796
parent1c7236e1bc714d353c26ec845e6b5f9e7c959518 (diff)
downloadaur-2bcc6ff5c156084ea05601d4bf1a7b3b285e03d8.tar.gz
0.47.04-r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56b4e3af78d..5ea40da3afc2 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 = 2
+ pkgrel = 3
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-beta1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23fe07acf3c2..9528a655ef79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.04
-_pkgver=$pkgver-beta1
-pkgrel=2
+_pkgver=$pkgver-r1
+pkgrel=3
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/"