diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-03-04 15:00:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-03-04 15:00:27 -0500 |
commit | 508ea31f1f208c5664abe713847e1da0664a404f (patch) | |
tree | 443ba89d890f3458742a1a1921d9235333ef4ef6 /libre/cups-filters | |
parent | 8a1728ca632992c8c1d772ecd90b933320515a15 (diff) | |
download | abslibre-508ea31f1f208c5664abe713847e1da0664a404f.tar.gz abslibre-508ea31f1f208c5664abe713847e1da0664a404f.tar.bz2 abslibre-508ea31f1f208c5664abe713847e1da0664a404f.zip |
cups-filters-1.22.1-1.par1: updating version
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 7653c0417..94b52d584 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.22.0 -pkgrel=2 +pkgver=1.22.1 +pkgrel=1 pkgrel+=.par1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" @@ -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=('443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d') +sha256sums=('7e684f2f99a7b2e1051668f837a8aa62660befbae3ed89b771b41fa6ea7d5f23') build() { cd $pkgname-$pkgver |