summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-03-15 12:13:30 +0200
committeralbron2018-03-15 12:13:30 +0200
commit8550ba5db496de62d3c66e56593ca1cef39168e8 (patch)
tree5a1579375532e3f920c77d612c22db3d2e371fd4
parent009f1ae2477e8ecf82eb4c01bd5033748ede90b9 (diff)
downloadaur-8550ba5db496de62d3c66e56593ca1cef39168e8.tar.gz
bump to 0.44.07-alpha1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6202f1797ed..1b032dbe2673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Feb 8 17:26:54 UTC 2018
pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
- pkgver = 0.44.05
- pkgrel = 2
- url = http://dfhack.readthedocs.io/en/v0.44.05/
+ pkgver = 0.44.07
+ pkgrel = 1
+ url = http://dfhack.readthedocs.io/en/v0.44.07/
arch = x86_64
arch = i686
license = custom
@@ -13,7 +11,7 @@ pkgbase = dfhack
makedepends = python-sphinx
makedepends = perl-xml-libxml
makedepends = perl-xml-libxslt
- depends = dwarffortress=0.44.05
+ depends = dwarffortress=0.44.07
depends = lua
depends = protobuf
depends = libpng12
@@ -25,7 +23,7 @@ pkgbase = dfhack
depends = libxinerama
conflicts = dfhack-bin
conflicts = dfhack-git
- source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.05-r1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.07-alpha1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9b92fb981216..d83f00e4f671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=dfhack
-pkgver=0.44.05
-_pkgver=$pkgver-r1
-pkgrel=2
+pkgver=0.44.07
+_pkgver=$pkgver-alpha1
+pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
url="http://dfhack.readthedocs.io/en/v$pkgver/"