summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2021-12-08 19:13:44 +0100
committerMartin Dünkelmann2021-12-08 19:13:44 +0100
commitd0ddcdcdd42f9032c25f5fa0f502b92deba3bad9 (patch)
treeb568ab5809773898a2bfd996019f3d27719e3309 /PKGBUILD
parenta16d129e2e2f15d75fd915a119d5267767e2e3c1 (diff)
downloadaur-d0ddcdcdd42f9032c25f5fa0f502b92deba3bad9.tar.gz
Remove a workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3914dc7bd74b..c2e191d4d0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=moneymanagerex-git
-pkgver=1.5.10
+pkgver=1.5.11
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')
@@ -32,8 +32,6 @@ prepare() {
# TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h
- # TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/3796
- sed -i "s/hb.init(true/hb.init(true, \"\"/g" ./src/aboutdialog.cpp
}
build() {