summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2e191d4d0f7..8fada4c2e14f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=moneymanagerex-git
-pkgver=1.5.11
+pkgver=1.5.13
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')
@@ -29,9 +29,6 @@ prepare() {
git checkout tags/$(curl --silent ${_github_api_uri} | jq -r '.tag_name')
git submodule update --init --recursive
-
- # TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
- sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h
}
build() {