summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Koller2018-12-12 23:55:36 +0100
committerSebastian Koller2018-12-12 23:55:36 +0100
commit6819d708acb75377dcaf0846b98e44601cc6cefe (patch)
tree042740b86621d7bc01c47675945ca87de044bc15
parentc09a5c7d4b28786fa8fb2c84a6dae13617a68d9a (diff)
downloadaur-6819d708acb75377dcaf0846b98e44601cc6cefe.tar.gz
Update to v2.12.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce96eaa2cea3..55daa7ae45b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Nov 30 11:29:08 UTC 2017
pkgbase = moneyguru
pkgdesc = Personal finance management application
- pkgver = 2.11.0
+ pkgver = 2.12.0
pkgrel = 1
url = http://www.hardcoded.net/moneyguru/
- arch = any
+ arch = x86_64
license = GPL3
depends = python
depends = python-pyqt5
- source = https://download.hardcoded.net/moneyguru-src-2.11.0.tar.gz
- md5sums = 108e1362b14c294a7a5ec2c7857b36f1
+ options = !buildflags
+ source = https://download.hardcoded.net/moneyguru-src-2.12.0.tar.gz
+ sha1sums = a74fe0c1ef4ca8d30b30a4d4e61d7e0527c8ba74
pkgname = moneyguru
diff --git a/PKGBUILD b/PKGBUILD
index a824848f416a..be4cc2c803eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Sebastian Koller <seb.koller@gmail.com>
pkgname=moneyguru
-pkgver=2.11.0
+pkgver=2.12.0
pkgrel=1
pkgdesc="Personal finance management application"
-arch=(any)
+arch=('x86_64')
url="http://www.hardcoded.net/${pkgname}/"
license=('GPL3')
depends=('python' 'python-pyqt5')
makedepends=()
+options=(!buildflags)
source=(https://download.hardcoded.net/${pkgname}-src-${pkgver}.tar.gz)
-md5sums=('108e1362b14c294a7a5ec2c7857b36f1')
+sha1sums=('a74fe0c1ef4ca8d30b30a4d4e61d7e0527c8ba74')
package() {
- cd "${srcdir}"
- make PREFIX="/usr" DESTDIR="$pkgdir" install
+ make -C ${srcdir} PREFIX="/usr" DESTDIR="$pkgdir" install
}