summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-05-19 11:05:53 +0300
committeralbron2018-05-19 11:05:53 +0300
commitbd5dac6090ee090ebfceecd508cf58e7bf3dc645 (patch)
tree971de6e1199c95bef309409f4607ff8751cd0e70
parentc02c0759d62a51ef637e8b6a897ae4e6c2c8e606 (diff)
downloadaur-bd5dac6090ee090ebfceecd508cf58e7bf3dc645.tar.gz
bump to 0.44.10-r1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d1e088deae..d0e4f9a6bff5 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.10
- pkgrel = 2
+ pkgrel = 3
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.10-beta1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.10-r1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 077b0648737c..e992b2014ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=dfhack
pkgver=0.44.10
-_pkgver=$pkgver-beta1
-pkgrel=2
+_pkgver=$pkgver-r1
+pkgrel=3
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/"