diff options
author | oaken-source <oaken-source@parabola.nu> | 2020-01-30 22:46:52 +0100 |
---|---|---|
committer | oaken-source <oaken-source@parabola.nu> | 2020-01-30 22:46:52 +0100 |
commit | 3b71dd1ad48390b3c65528de288b1532c324169c (patch) | |
tree | 4b62f77401971201e4a95452112c9f8ca77693c0 /libre/cups-filters | |
parent | 021410145c56f8ef1b28df6f2decfdb092ff33e1 (diff) | |
download | abslibre-3b71dd1ad48390b3c65528de288b1532c324169c.tar.gz abslibre-3b71dd1ad48390b3c65528de288b1532c324169c.tar.bz2 abslibre-3b71dd1ad48390b3c65528de288b1532c324169c.zip |
libre/cups-filters: updated to 1.27.0
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 37f56ac47..e129a9299 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.26.0 +pkgver=1.27.0 pkgrel=1 -pkgrel+=.parabola2 +pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -14,7 +14,7 @@ license=('custom') depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'udev') depends_i686+=('poppler=0.82.0') depends_x86_64+=('poppler=0.84.0') -depends_armv7h+=('poppler=0.82.0') +depends_armv7h+=('poppler=0.84.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' @@ -23,7 +23,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=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07') +sha256sums=('4ae3cb322baac1a873d583834393e42ae5e2790e1f161a59117870b144f63404') build() { cd "$pkgname"-$pkgver |