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

Gaetan Bisson bisson at archlinux.org
Thu Jul 5 13:19:23 UTC 2012


    Date: Thursday, July 5, 2012 @ 09:19:22
  Author: bisson
Revision: 163005

upstream update

Modified:
  xournal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-05 10:52:24 UTC (rev 163004)
+++ PKGBUILD	2012-07-05 13:19:22 UTC (rev 163005)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=xournal
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 pkgdesc='Notetaking and sketching application'
 url='http://xournal.sourceforge.net/'
 license=('GPL')
@@ -11,13 +11,13 @@
 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=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f')
 
 install=install
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr LIBS='-lm -lz'
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list