summarylogtreecommitdiffstats
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
parent93490bbca2dea6297da043e773b739f4355d9a1e (diff)
downloadaur-1cbe02c50e5c9edbe4b1cc32b3bcb890e80d6bbd.tar.gz
change authors since it's a reupload and remove the trailing v in the version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7812b443d6d..2279b0b3eb1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moneymanagerex-git
pkgdesc = MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest commit.
- pkgver = 1.5.17
+ pkgver = v1.5.15.r749.gf2de9b5a9
pkgrel = 1
url = http://www.moneymanagerex.org/
arch = x86_64
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() {