summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2021-05-06 11:22:05 +0200
committerMartin Dünkelmann2021-05-06 11:22:05 +0200
commitbdbe81e34866f67861ad3f8195eb7553a8ac47b4 (patch)
tree9fea4149d121eb567638e8a472eb3779e3b41e64 /PKGBUILD
parent27c7616880d14247ca95cb5f3529ec32a146d47a (diff)
downloadaur-bdbe81e34866f67861ad3f8195eb7553a8ac47b4.tar.gz
Checkout the git submodules recursively
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aced9163766c..9de35fbf71b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=moneymanagerex-git
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest tagged version."
arch=('x86_64')
url="http://www.moneymanagerex.org/"
@@ -27,7 +27,7 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
git checkout tags/$(curl --silent https://api.github.com/repos/${pkgname::14}/${pkgname::14}/releases/latest | grep '"tag_name":' | awk -F[\"] '{print $4}')
- git submodule update --init
+ git submodule update --init --recursive
mkdir -p build
# TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h