summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2021-08-21 12:48:48 +0200
committerMartin Dünkelmann2021-08-21 12:49:10 +0200
commit92c5447e2d96b09fbacc36166f92bc2473b70f83 (patch)
treef6a03a91c54dad7eca96cea354d1b88aa2c27e1c /PKGBUILD
parente0629fbbaab99cffe984e39a701db2c07e3673d6 (diff)
downloadaur-92c5447e2d96b09fbacc36166f92bc2473b70f83.tar.gz
fix wrong dependency version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35cb3d3bd9ad..a76fc95abc5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=moneymanagerex-git
pkgver=1.5.6
-pkgrel=2
+pkgrel=3
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/"
license=('GPL')
-depends=('wxgtk3>=1.5.0' 'webkit2gtk')
+depends=('wxgtk3>=3.5.0' 'webkit2gtk')
makedepends=('awk' 'curl' 'cmake' 'fakeroot' 'file' 'gawk' 'gcc' 'gettext' 'git' 'lsb-release' 'make' 'pkg-config' 'rapidjson')
optdepends=('cups: for printing support')
replaces=('mmex')