diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-09-06 21:07:13 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-09-09 22:05:58 +0200 |
commit | b4852d2cbda1fce606edfb56c1765df52656e458 (patch) | |
tree | 4bd7938ec6a2ad4eccb13fd08e538b28463b822e /libre/cups-filters | |
parent | df87af994727ba9b368270bd0fc8d1e8a55e6f92 (diff) | |
download | abslibre-b4852d2cbda1fce606edfb56c1765df52656e458.tar.gz abslibre-b4852d2cbda1fce606edfb56c1765df52656e458.tar.bz2 abslibre-b4852d2cbda1fce606edfb56c1765df52656e458.zip |
libre: cups-filters: update revision
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index a0b7ca99b..95f0940ef 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.25.2 +pkgver=1.25.5 pkgrel=1 -pkgrel+=.parr3 +pkgrel+=.parr1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -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=('c1f172afdc060d105a80ef8e8123fd2c0d9f2fabf8c7c38f5abdace576d82e0e') +sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f') build() { cd $pkgname-$pkgver |