diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-12-21 21:25:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-12-21 21:25:16 -0500 |
commit | b059445880468fb44546ba03bac9669f99587371 (patch) | |
tree | ffbcd681d7c492a69b2ac8ee9a5b977a038956e0 /libre | |
parent | acbdaf7402e03c4a47029f14cc299d6362b9b76d (diff) | |
download | abslibre-b059445880468fb44546ba03bac9669f99587371.tar.gz abslibre-b059445880468fb44546ba03bac9669f99587371.tar.bz2 abslibre-b059445880468fb44546ba03bac9669f99587371.zip |
cups-filters-1.21.6-1.par1: updating version
Diffstat (limited to 'libre')
-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 590a5a563..18b7b354e 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.21.5 +pkgver=1.21.6 pkgrel=1 -pkgrel+=.par2 +pkgrel+=.par1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -20,7 +20,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=('389ba80917e9a2157a3af8c0b7d8b80db34a22e22beffab67928783c8f4cf82b') +sha256sums=('630e5dbcfe4fa50a726b193223604831a928a2fac9ef84022118aa05c84d1d4c') build() { cd $pkgname-$pkgver |