summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiusudra2021-03-06 16:20:42 -0700
committerZiusudra2021-03-06 16:20:42 -0700
commitae821980d58914c7b422268dcea0419c1cb06c1a (patch)
treeb85195e8878710ed10a05e11aa3a57f12270c2ad
parent46c36bdfe2839146308fe9c465ae3524f7063e1b (diff)
downloadaur-ae821980d58914c7b422268dcea0419c1cb06c1a.tar.gz
dfhack-0.47.05-r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5ce420c1f6..7806a10e885c 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 = 1
+ pkgrel = 2
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.05-beta1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.05-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0b7e60553fa8..670648594ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.47.05
-_pkgver=$pkgver-beta1
-pkgrel=1
+_pkgver=$pkgver-r1
+pkgrel=2
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/"