summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbron2018-05-11 14:48:09 +0300
committeralbron2018-05-11 14:48:09 +0300
commit77b0afbf9299aa4962bcb0154d5b5c0f14d9707e (patch)
tree9711342097f6f12c3d0ce3d79e7323c2ca910a22
parent17e52411bc9cc2b7af02db4e1f9e5da80bcb7a39 (diff)
downloadaur-77b0afbf9299aa4962bcb0154d5b5c0f14d9707e.tar.gz
bump to 0.44.10-alpha1, also added forceful sanity check before calling the submodule updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d18431647d70..7ea3734f5618 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 = 2
+ pkgver = 0.44.10
+ 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.09
+ depends = dwarffortress=0.44.10
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.09-r1
+ source = dfhack::git+https://github.com/DFHack/dfhack#tag=0.44.10-alpha1
source = dfhack.sh
source = dfhack-run.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0fc161563894..7ecb203a9ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# shellcheck disable=2148
pkgname=dfhack
-pkgver=0.44.09
-_pkgver=$pkgver-r1
-pkgrel=2
+pkgver=0.44.10
+_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/"
@@ -27,6 +27,8 @@ prepare() {
# shellcheck disable=2154
cd "$srcdir"/$pkgname || exit 1
+ git remote set-url origin https://github.com/DFHack/dfhack
+ git submodule sync
git submodule update --init
}