diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-04-28 13:32:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-04-28 13:32:53 -0500 |
commit | 04807b2f51b9707607a222f61bf7c9059c1e54ed (patch) | |
tree | 290a1f005f5086a54dd3cf79467d73481b67835c /libre/cups-filters | |
parent | a5fa4d0dbaee20fb583845a1c84b75db56c32f75 (diff) | |
download | abslibre-04807b2f51b9707607a222f61bf7c9059c1e54ed.tar.gz abslibre-04807b2f51b9707607a222f61bf7c9059c1e54ed.tar.bz2 abslibre-04807b2f51b9707607a222f61bf7c9059c1e54ed.zip |
cups-filters-1.22.5-2.par1: updating version
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 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 |