summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2021-11-27 18:55:58 +0100
committerMartin Dünkelmann2021-11-27 19:00:07 +0100
commita16d129e2e2f15d75fd915a119d5267767e2e3c1 (patch)
tree0555b80fad0b7b892e7bc61d64d12fef2950bed3
parent351b69da1c41b3ebeff5b61f69fbe104c6cd2c1e (diff)
downloadaur-a16d129e2e2f15d75fd915a119d5267767e2e3c1.tar.gz
Fix compilation error with a workaround
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68fe9cea5dde..d69e779f1529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moneymanagerex-git
pkgdesc = MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest tagged version.
- pkgver = 1.5.6
- pkgrel = 5
+ pkgver = 1.5.10
+ pkgrel = 1
url = http://www.moneymanagerex.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5029aeeede1c..3914dc7bd74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=moneymanagerex-git
-pkgver=1.5.6
-pkgrel=5
+pkgver=1.5.10
+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/"
@@ -32,6 +32,8 @@ 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() {