diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 11:18:38 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 11:18:38 +0200 |
commit | 2506c5c2ec76a2aea851200af87b0c4e3f71a558 (patch) | |
tree | d7b30b1e14d7c723841ddff19eaf8b4c5d38a696 /libre/cups-filters/PKGBUILD | |
parent | 64175ef181a5dbdd495a16ce943503d152e3bf9c (diff) | |
download | abslibre-2506c5c2ec76a2aea851200af87b0c4e3f71a558.tar.gz abslibre-2506c5c2ec76a2aea851200af87b0c4e3f71a558.tar.bz2 abslibre-2506c5c2ec76a2aea851200af87b0c4e3f71a558.zip |
libre/cups-filters: updated to 1.20.1
Diffstat (limited to 'libre/cups-filters/PKGBUILD')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index a46bc5c02..8bbdddf63 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,15 +1,19 @@ -# $Id: PKGBUILD 289159 2017-02-18 12:00:04Z andyrtr $ +# $Id$ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters pkgver=1.20.1 -pkgrel=2.parabola1 -pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" -arch=('i686' 'x86_64' 'armv7h') +pkgrel=3 +pkgrel+=.parabola1 +pkgdesc="OpenPrinting CUPS Filters" +pkgdesc+=", without foomatic-db-nonfree recommendation" +arch=('x86_64') +arch+=('i686' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" license=('custom') -depends=('lcms2' 'poppler=0.61.1' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'systemd') +depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'systemd') +depends+=('poppler=0.63.0') 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' @@ -17,8 +21,6 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv 'antiword: needed to convert MS Word documents (requires also docx2txt)') backup=(etc/cups/cups-browsed.conf) source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) -replaces=("${pkgname}-libre" "${pkgname}-parabola") -conflicts=("${pkgname}-libre" "${pkgname}-parabola") sha256sums=('b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62') build() { |