diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-29 01:03:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-29 01:03:00 -0300 |
commit | 6f65a472f62ab92367b48d3871c0b47db0e43f9d (patch) | |
tree | cf298004a41de544152d3f511f8478135850e560 /libre/cups-filters/PKGBUILD | |
parent | 8c185ee2e1d52a7b81afbe57c8a8d3549ce1db76 (diff) | |
download | abslibre-6f65a472f62ab92367b48d3871c0b47db0e43f9d.tar.gz abslibre-6f65a472f62ab92367b48d3871c0b47db0e43f9d.tar.bz2 abslibre-6f65a472f62ab92367b48d3871c0b47db0e43f9d.zip |
cups-filters-1.0.68-2.parabola1: rebuild against poppler 0.33.0
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 4d89f20d3..f6b0b8abc 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 236380 2015-04-13 18:43:41Z andyrtr $ +# $Id: PKGBUILD 239718 2015-05-24 16:38:38Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters pkgver=1.0.68 -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=0.32.0' 'qpdf') +depends=('lcms2' 'poppler=0.33.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' |