summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-07-04 08:27:12 +0300
committeralbron2018-07-04 08:27:12 +0300
commit109171951cc32f02427d5ff0ec024cf524d5e871 (patch)
tree40226c355f94a4a8348b251a832d26f7b331d268
parentbd5dac6090ee090ebfceecd508cf58e7bf3dc645 (diff)
downloadaur-109171951cc32f02427d5ff0ec024cf524d5e871.tar.gz
bump to 0.44.11-alpha1, notice weird dwarffortress version number dependency
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e4f9a6bff5..cadee15cd3ac 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 = 3
+ pkgver = 0.44.11
+ 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.10
+ depends = dwarffortress=0.44.11.1
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.10-r1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.11-alpha1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e992b2014ee4..e4b82e29f7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# shellcheck disable=2148
pkgname=dfhack
-pkgver=0.44.10
-_pkgver=$pkgver-r1
-pkgrel=3
+pkgver=0.44.11
+_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="https://dfhack.readthedocs.io/en/stable/"
license=('custom')
-depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama)
+depends=("dwarffortress=$pkgver.1" lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama)
makedepends=('cmake' 'git' 'python-sphinx' 'perl-xml-libxml' 'perl-xml-libxslt')
conflicts=('dfhack-bin' 'dfhack-git')