summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2020-02-29 12:40:01 +0200
committeralbron2020-02-29 12:40:01 +0200
commita51b22dfc4d59b7c5d606e7e78426e5a65c7c464 (patch)
treed555fe349a0b0ffc88560dae50baaa5faa1e1dc9
parentc63d7abfed994904a5214d441aea60aa99a35f5a (diff)
downloadaur-a51b22dfc4d59b7c5d606e7e78426e5a65c7c464.tar.gz
bumped to 0.47.03-beta1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c0b41bafe6..88d74b48d712 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.44.12
- pkgrel = 5
+ pkgver = 0.47.03
+ pkgrel = 1
url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = dfhack
makedepends = python-sphinx
makedepends = perl-xml-libxml
makedepends = perl-xml-libxslt
- depends = dwarffortress=0.44.12
+ depends = dwarffortress=0.47.03
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.44.12-r3
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.47.03-beta1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0f35ca5c344d..e0af5a766e81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# shellcheck disable=2148
pkgname=dfhack
-pkgver=0.44.12
-_pkgver=$pkgver-r3
-pkgrel=5
+pkgver=0.47.03
+_pkgver=$pkgver-beta1
+pkgrel=1
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/"