summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2024-05-03 11:07:55 +0200
committerMartin Dünkelmann2024-05-03 11:07:55 +0200
commitd2df0a08a04e92d982cc7285f28ebd0a52d398f2 (patch)
tree876bfb0c5d36cfd840772e8073afa57c6875228e /PKGBUILD
parenta92cb0af199877b80c3ef8e87698c46e74ee898d (diff)
downloadaur-d2df0a08a04e92d982cc7285f28ebd0a52d398f2.tar.gz
fix #6693
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1823601050bd..37a3a28c517f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=moneymanagerex
pkgver=1.8.0
-pkgrel=4
+pkgrel=5
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/"
@@ -29,6 +29,7 @@ prepare() {
git config user.email "you@example.com"
git config user.name "Your Name"
git cherry-pick df127e7e995f4746b101a79e92927b2460907ab4
+ git cherry-pick bb98eab92d95b7315d27f4e59ae59b50587106d8
}
build() {