summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2020-03-14 11:20:12 +0100
committerChristian Krause2020-03-14 11:20:12 +0100
commit8fa8ec95befb80aa2e442b9623ea47934f71b171 (patch)
tree11f16f9025471c46238c76cd2bfd9fac37abc57e
parenta51b22dfc4d59b7c5d606e7e78426e5a65c7c464 (diff)
downloadaur-8fa8ec95befb80aa2e442b9623ea47934f71b171.tar.gz
dfhack-0.47.04-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d74b48d712..d52d30d6058f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.47.03
+ pkgver = 0.47.04
pkgrel = 1
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = dfhack
makedepends = python-sphinx
makedepends = perl-xml-libxml
makedepends = perl-xml-libxslt
- depends = dwarffortress=0.47.03
+ depends = dwarffortress=0.47.04
depends = lua
depends = protobuf
depends = libpng12
@@ -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.03-beta1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.04-alpha0
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e0af5a766e81..a55aa84e1b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# shellcheck disable=2148
pkgname=dfhack
-pkgver=0.47.03
-_pkgver=$pkgver-beta1
+pkgver=0.47.04
+_pkgver=$pkgver-alpha0
pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')