diff options
author | David P <megver83@parabola.nu> | 2020-08-29 18:23:31 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-08-29 18:23:43 -0400 |
commit | 1fbcc4f55a7b85fec8ddee545205a7469a3e010e (patch) | |
tree | 32ff91f4e052b4f5227df8f4512ac629af941f83 /libre/cups-filters | |
parent | b52118b092cfc3832fa05008a921880f99b8e85e (diff) | |
download | abslibre-1fbcc4f55a7b85fec8ddee545205a7469a3e010e.tar.gz abslibre-1fbcc4f55a7b85fec8ddee545205a7469a3e010e.tar.bz2 abslibre-1fbcc4f55a7b85fec8ddee545205a7469a3e010e.zip |
updpkg: libre/cups-filters 1.28.0-1.parabola1
NOTE: I've not, yet, built it for i686 as Arch 32 gets all the corresponding
cups-filters and poppler updates with some delay. When they upgrade both,
then it will be moment to build this package for i686.
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 8537ebca6..46d0cb9d1 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -2,9 +2,9 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.27.5 +pkgver=1.28.0 pkgrel=1 -pkgrel+=.parabola4 +pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -12,9 +12,9 @@ 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' 'udev') -depends_i686+=('poppler=0.90.0') -depends_x86_64+=('poppler=0.90.1') -depends_armv7h+=('poppler=0.90.0') +depends_i686=('poppler=20.08.0') +depends_x86_64=('poppler=20.08.0') +depends_armv7h=('poppler=20.08.0') 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' @@ -24,7 +24,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=('a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e') +sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75') build() { cd "$pkgname"-$pkgver |