diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-10 13:32:15 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-10 13:32:56 -0300 |
commit | c979b7742caf12258305d4a869950fe67aef7c5c (patch) | |
tree | 39fc2691a4f39717e1367d1888b67393f53947f6 /libre/cups-filters/PKGBUILD | |
parent | 52e15b1d71b97d4de732ce010405b7808cfdea71 (diff) | |
download | abslibre-c979b7742caf12258305d4a869950fe67aef7c5c.tar.gz abslibre-c979b7742caf12258305d4a869950fe67aef7c5c.tar.bz2 abslibre-c979b7742caf12258305d4a869950fe67aef7c5c.zip |
cups-filters-1.0.67-2.parabola1: poppler 0.32.0 rebuild
Diffstat (limited to 'libre/cups-filters/PKGBUILD')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index d71a0600e..960ac36e1 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 233366 2015-03-11 19:26:31Z andyrtr $ +# $Id: PKGBUILD 235471 2015-04-04 18:03:21Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters pkgver=1.0.67 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64' 'mips64el') url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" license=('GPL') -depends=('lcms2' 'poppler' 'qpdf') +depends=('lcms2' 'poppler=0.32.0' 'qpdf') makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images' 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly' |