diff options
Diffstat (limited to 'libre')
-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 97ae6c360..d8507ef87 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.22.1 -pkgrel=1 -pkgrel+=.par3 +pkgver=1.22.5 +pkgrel=2 +pkgrel+=.par1 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=('7e684f2f99a7b2e1051668f837a8aa62660befbae3ed89b771b41fa6ea7d5f23') +sha256sums=('30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6') build() { cd $pkgname-$pkgver |