diff options
Diffstat (limited to 'libre/evince')
-rw-r--r-- | libre/evince/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/evince/PKGBUILD b/libre/evince/PKGBUILD index b96df7326..f06da016d 100644 --- a/libre/evince/PKGBUILD +++ b/libre/evince/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 224323 2014-10-14 13:53:08Z jgc $ +# $Id: PKGBUILD 225110 2014-10-20 17:50:36Z jgc $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=evince pkgver=3.14.1 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt)), with libarchive support" url="https://wiki.gnome.org/Apps/Evince" arch=(i686 x86_64 mips64el) @@ -39,7 +39,7 @@ build() { --enable-djvu --enable-dvi \ --enable-t1lib --enable-comics \ --disable-scrollkeeper --disable-schemas-compile \ - --enable-introspection + --enable-introspection --disable-browser-plugin make } |