summaryrefslogtreecommitdiff
path: root/extra/xournal
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-07 00:02:03 +0000
committerroot <root@rshg054.dnsready.net>2012-07-07 00:02:03 +0000
commitb7c6c9c7844914d1d0617a24b9e3a84d691d1f64 (patch)
treee83e42e7aa3b5f01bbd1a22f539aa807e586e04b /extra/xournal
parentce1cc063cc56f59a630e758c92a9f8ac67a24c32 (diff)
Sat Jul 7 00:02:03 UTC 2012
Diffstat (limited to 'extra/xournal')
-rw-r--r--extra/xournal/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/xournal/PKGBUILD b/extra/xournal/PKGBUILD
index 011895afd..240f15da7 100644
--- a/extra/xournal/PKGBUILD
+++ b/extra/xournal/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 162360 2012-06-25 18:51:41Z foutrelis $
+# $Id: PKGBUILD 163006 2012-07-05 13:19:55Z bisson $
# Maintainer: Gaetan Bisson <bisson@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 @@ arch=('i686' 'x86_64')
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
}