diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-09-18 00:01:10 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-09-19 18:49:14 -0400 |
commit | 08f79e5dc062ec93bacd6205b66364a4651fe861 (patch) | |
tree | d0a6e3f1f6fe81b197058f5e722b9c9acfa792ed /libre/cups-filters/PKGBUILD | |
parent | 8b7c2d6646a12c90f7886abe1c864edeb1b33d40 (diff) | |
download | abslibre-08f79e5dc062ec93bacd6205b66364a4651fe861.tar.gz abslibre-08f79e5dc062ec93bacd6205b66364a4651fe861.tar.bz2 abslibre-08f79e5dc062ec93bacd6205b66364a4651fe861.zip |
[cups-filters]: upgrade to v1.28.10
Diffstat (limited to 'libre/cups-filters/PKGBUILD')
-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 1f75f9371..280af8094 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -10,9 +10,9 @@ pkgname=cups-filters -pkgver=1.28.9 +pkgver=1.28.10 pkgrel=1 -pkgrel+=.parabola2 +pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -21,7 +21,7 @@ url="https://wiki.linuxfoundation.org/openprinting/cups-filters" license=('custom') depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'systemd') depends=( ${depends[@]/systemd/udev} ) -depends+=(libpoppler-cpp.so) +depends+=(libpoppler.so libpoppler-cpp.so) makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu for make check makedepends_i686=('pkgconf') optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images' @@ -31,7 +31,7 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv 'docx2txt: to convert Microsoft OOXML text from DOCX files') backup=(etc/cups/cups-browsed.conf) source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) -sha256sums=('2f69372a4fa76dc91e54b4c98ab4c65368e3dfbde92456205c98a39573e860ae') +sha256sums=('cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837') build() { cd "$pkgname"-$pkgver |