summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Dünkelmann2022-07-21 16:50:38 +0200
committerMartin Dünkelmann2022-07-21 16:50:38 +0200
commit1cbe02c50e5c9edbe4b1cc32b3bcb890e80d6bbd (patch)
treefb32369936771410c766e2d04ad5437421474199 /PKGBUILD
parent93490bbca2dea6297da043e773b739f4355d9a1e (diff)
downloadaur-1cbe02c50e5c9edbe4b1cc32b3bcb890e80d6bbd.tar.gz
change authors since it's a reupload and remove the trailing v in the version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faa0b2f3ea99..66b97df4fcbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,7 @@
# Maintainer: Martin Dünkelmann <nc-duenkekl3 at netcologne.de>
-# Contributor: Alberto Sánchez Molero <alsamolero at gmail.com>
-# Contributor: Jaroslav Lichtblau <svetlemodry@archlinux.org>
-# Contributor: TDY <tdy@gmx.com>
pkgname=moneymanagerex-git
-pkgver=1.5.17
+pkgver=v1.5.15.r749.gf2de9b5a9
pkgrel=1
pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest commit."
arch=('x86_64')
@@ -20,7 +17,9 @@ source=(git+https://github.com/moneymanagerex/moneymanagerex.git)
sha512sums=('SKIP')
pkgver() {
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd "${srcdir}"/moneymanagerex
+
+ git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {