diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-05-01 20:10:05 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-05-01 20:10:05 +0200 |
commit | db00a31b1e2ce1dd2173248c4f29d95f2eb2f05a (patch) | |
tree | 3006a532af520e7c8413bd170269c4cf064821b4 /libre/cups-filters | |
parent | 3b7fcd43a777aa42756fb8e86772335b437fd3a1 (diff) | |
download | abslibre-db00a31b1e2ce1dd2173248c4f29d95f2eb2f05a.tar.gz abslibre-db00a31b1e2ce1dd2173248c4f29d95f2eb2f05a.tar.bz2 abslibre-db00a31b1e2ce1dd2173248c4f29d95f2eb2f05a.zip |
libre/cups-filters: updated to 1.20.3
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 8bbdddf63..b69996e84 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.20.1 -pkgrel=3 +pkgver=1.20.3 +pkgrel=2 pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" @@ -13,7 +13,7 @@ arch+=('i686' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" license=('custom') depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'systemd') -depends+=('poppler=0.63.0') +depends+=('poppler=0.64.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' @@ -21,7 +21,7 @@ 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) -sha256sums=('b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62') +sha256sums=('3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc') build() { cd $pkgname-$pkgver |