[arch-commits] Commit in gnucash/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Wed Oct 19 08:31:32 UTC 2016
Date: Wednesday, October 19, 2016 @ 08:31:32
Author: juergen
Revision: 278993
upgpkg: gnucash 2.6.14-1
Modified:
gnucash/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-19 07:51:27 UTC (rev 278992)
+++ PKGBUILD 2016-10-19 08:31:32 UTC (rev 278993)
@@ -3,13 +3,13 @@
# Contributor: Mark Schneider <queueRAM at gmail.com>
pkgname=gnucash
-pkgver=2.6.13
+pkgver=2.6.14
pkgrel=1
pkgdesc="A personal and small-business financial-accounting application"
arch=('i686' 'x86_64')
url="http://www.gnucash.org"
license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas')
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas' 'dconf')
makedepends=('intltool' 'gcc' 'pkgconfig')
optdepends=('evince: for print preview'
'yelp: help browser'
@@ -17,12 +17,8 @@
'perl-date-manip: for stock information lookups')
options=('!makeflags' '!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d')
+sha1sums=('5e23aa7240ead9254e8ca6fb3bb79ca3143bab55')
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
More information about the arch-commits
mailing list