diff options
Diffstat (limited to 'testing/evince/PKGBUILD')
-rw-r--r-- | testing/evince/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/evince/PKGBUILD b/testing/evince/PKGBUILD index 504b698f1..98d1f5674 100644 --- a/testing/evince/PKGBUILD +++ b/testing/evince/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169257 2012-10-18 19:28:43Z jgc $ +# $Id: PKGBUILD 169538 2012-10-23 11:07:56Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evince -pkgver=3.6.0 +pkgver=3.6.1 pkgrel=1 pkgdesc="Simply a document viewer" url="http://projects.gnome.org/evince/" @@ -10,12 +10,13 @@ arch=('i686' 'x86_64') license=('GPL') depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas') makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection' 'docbook-xsl') -optdepends=('texlive-bin: DVI support') +optdepends=('texlive-bin: DVI support' + 'gvfs: bookmark support and session saving') groups=('gnome-extra') install=evince.install options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8dfa7b9c2f0b910d06b1612ff445d3f3050c44d25f2e78718966374d30ab83f2') +sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5') build() { cd "$pkgname-$pkgver" |