Date: Wednesday, July 2, 2014 @ 16:28:40 Author: bisson Revision: 216245
upstream update Modified: xournal/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-02 14:27:38 UTC (rev 216244) +++ PKGBUILD 2014-07-02 14:28:40 UTC (rev 216245) @@ -2,16 +2,16 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=xournal -pkgver=0.4.7 -pkgrel=2 +pkgver=0.4.8 +pkgrel=1 pkgdesc='Notetaking and sketching application' url='http://xournal.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64') +optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds') depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme') -optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f') +sha1sums=('e8b15c427287928e0995cc1b3bc83c2897c689ef') install=install
