summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirgil Dupras2015-07-14 20:11:14 +0000
committerVirgil Dupras2015-07-14 20:11:14 +0000
commit9201e2606cdd946958db4ba363630b4bf598e480 (patch)
tree7c041c5e910dcbde18d7b0f723a974d209eb0b59
parent5b864a1db31613261067d4f1fa673805fec8dd2f (diff)
downloadaur-9201e2606cdd946958db4ba363630b4bf598e480.tar.gz
v2.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7df74c1e473e..121f6df6a2c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = moneyguru
pkgdesc = Personal finance management application
- pkgver = 2.9.2
+ pkgver = 2.9.3
pkgrel = 1
url = http://www.hardcoded.net/moneyguru/
arch = any
license = BSD
depends = python
depends = python-pyqt4
- source = http://download.hardcoded.net/moneyguru-src-2.9.2.tar.gz
- md5sums = f3142646c213ef928f33474a677033cd
+ source = http://download.hardcoded.net/moneyguru-src-2.9.3.tar.gz
+ md5sums = 68d17535c092af07162291ca80472341
pkgname = moneyguru
diff --git a/PKGBUILD b/PKGBUILD
index a38280778cd2..90e9ceb3e26e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Virgil Dupras <hsoft@hardcoded.net>
pkgname=moneyguru
-pkgver=2.9.2
+pkgver=2.9.3
pkgrel=1
pkgdesc="Personal finance management application"
arch=(any)
@@ -10,7 +10,7 @@ depends=('python' 'python-pyqt4')
makedepends=(
)
source=(http://download.hardcoded.net/$pkgname-src-$pkgver.tar.gz)
-md5sums=('f3142646c213ef928f33474a677033cd')
+md5sums=('68d17535c092af07162291ca80472341')
build() {
cd "$srcdir"