summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2020-08-23 00:48:39 +0200
committerMartin Dünkelmann2020-08-23 00:48:39 +0200
commit2a9eeb6478827fb0062b49c7c4a7ac4281a51eed (patch)
tree9b8ec8db27f63ca48ab13392e450683fe90d871e
parent9dc04eed9b01f27d13ef2fae4c770c7903e7214c (diff)
downloadaur-2a9eeb6478827fb0062b49c7c4a7ac4281a51eed.tar.gz
Fixed broken build with workaround
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2616d3f45e3..3dad609cc7a4 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 stable version.
pkgver = 1.3.5
- pkgrel = 0
+ pkgrel = 1
url = http://www.moneymanagerex.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7cab5b1b2aee..13afb542be88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=moneymanagerex-git
_gitname=moneymanagerex
pkgver=1.3.5
-pkgrel=0
+pkgrel=1
pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest stable version."
arch=('x86_64')
url="http://www.moneymanagerex.org/"
license=('GPL')
-depends=('wxgtk3' 'webkit2gtk')
+depends=('wxgtk3' 'webkit2gtk')
makedepends=('cmake' 'fakeroot' 'file' 'gawk' 'gcc' 'gettext' 'git' 'lsb-release' 'make' 'pkg-config' 'rapidjson')
optdepends=('cups: for printing support')
replaces=('mmex')
@@ -29,6 +29,8 @@ prepare() {
cd "$srcdir/$_gitname"
mkdir -p build
git submodule update --init
+ # TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
+ sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h
}
build() {