summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-04-05 12:32:30 +0300
committeralbron2018-04-05 12:32:30 +0300
commit17e52411bc9cc2b7af02db4e1f9e5da80bcb7a39 (patch)
tree35f1265021ed77c335d54b9127e846d185cec975
parent982be416094fcc5b34f0a39a051cea3a4b3daeee (diff)
downloadaur-17e52411bc9cc2b7af02db4e1f9e5da80bcb7a39.tar.gz
version bump 0.44.09-r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8dc0a0c252..d18431647d70 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.09
- 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.09-alpha1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.09-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa935cb1b8d5..0fc161563894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.44.09
-_pkgver=$pkgver-alpha1
-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/"