[arch-commits] Commit in moneymanagerex/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Dec 14 20:13:34 UTC 2016


    Date: Wednesday, December 14, 2016 @ 20:13:34
  Author: jlichtblau
Revision: 199431

upgpkg: moneymanagerex 1.3.0-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 19:28:44 UTC (rev 199430)
+++ PKGBUILD	2016-12-14 20:13:34 UTC (rev 199431)
@@ -3,8 +3,8 @@
 # Contributor: TDY <tdy at gmx.com>
 
 pkgname=moneymanagerex
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
 url="http://www.moneymanagerex.org/"
@@ -13,7 +13,8 @@
 makedepends=('git' 'boost' 'gettext')
 optdepends=('cups: for printing support')
 replaces=('mmex')
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+_commit=('d661518f5e04a54bfcb39201c44529d6413c6276') # https://github.com/moneymanagerex/moneymanagerex/issues/954
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
 sha256sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list