summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-07-07 10:18:50 +0300
committeralbron2018-07-07 10:18:50 +0300
commitb3132e05a466ea0a06cffacbf620b2c9f3d415b0 (patch)
tree802cae691b091f3726f22f02bdc8450b2b4825eb
parent109171951cc32f02427d5ff0ec024cf524d5e871 (diff)
downloadaur-b3132e05a466ea0a06cffacbf620b2c9f3d415b0.tar.gz
bump to 0.44.11-beta1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cadee15cd3ac..677c0638796a 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.11
- 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.44.11-alpha1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.11-beta1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e4b82e29f7cd..4be42a5261d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.44.11
-_pkgver=$pkgver-alpha1
-pkgrel=1
+_pkgver=$pkgver-beta1
+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/"