summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangersalad2020-05-07 14:00:39 -0600
committerdangersalad2020-05-07 14:00:39 -0600
commit4467eb49c19315e13757e205135d77cfa8b8a2ee (patch)
tree46ccae775d5f7be3354b02230f0045d9996545ec
parent6fd9b2f907721a00c213d4d9812f63c4e85d871f (diff)
downloadaur-4467eb49c19315e13757e205135d77cfa8b8a2ee.tar.gz
update to r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db72f250df7..d59c1d6a1d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dfhack-twbt
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.47.04
- pkgrel = 7
+ pkgrel = 8
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -25,7 +25,7 @@ pkgbase = dfhack-twbt
conflicts = dfhack-git
conflicts = dfhack-twbt-bin
conflicts = dfhack
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-alpha0
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-r1
source = twbt::git+https://github.com/thurin/df-twbt#branch=04704
source = dfhack.sh
source = dfhack-run.sh
diff --git a/PKGBUILD b/PKGBUILD
index 915abae2f798..d588552bc430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=dfhack-twbt
pkgver=0.47.04
-_pkgver=$pkgver-alpha0
+_pkgver=$pkgver-r1
_twbtver=v6.61
-pkgrel=7
+pkgrel=8
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/"