diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-30 10:13:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-30 10:13:48 -0300 |
commit | 814f04fe881fe89d3a6ff1401d7643c0d3c82d99 (patch) | |
tree | 71232ab553c0e2a9730ed3dd3fdaca405c875ec9 | |
parent | 59858e00fbd7d24e1f8c5c0b125a8628ef34bcff (diff) | |
download | abslibre-814f04fe881fe89d3a6ff1401d7643c0d3c82d99.tar.gz abslibre-814f04fe881fe89d3a6ff1401d7643c0d3c82d99.tar.bz2 abslibre-814f04fe881fe89d3a6ff1401d7643c0d3c82d99.zip |
cups-filters-1.11.5-1.parabola1: updating version
-rw-r--r-- | libre/cups-filters/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index ca957ba5e..298d43ba9 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 276835 2016-09-22 17:30:51Z andyrtr $ +# $Id: PKGBUILD 279395 2016-10-28 17:44:37Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.11.4 +pkgver=1.11.5 pkgrel=1.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" -license=('GPL') +license=('custom') depends=('lcms2' 'poppler=0.47.0' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups') -makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check +makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # 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' 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly' @@ -20,7 +20,7 @@ source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.x provides=('foomatic-filters') replaces=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") conflicts=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") -md5sums=('fbb5c0b25203d712e009a4b3ecd2da51') +md5sums=('0e02f772d5e9c563de5791e8bc8c140a') build() { cd $pkgname-$pkgver |