diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-02-12 20:57:40 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-02-13 00:04:05 +0100 |
commit | 1de2d43ac08323c62956c71dd8faf0337fb369a4 (patch) | |
tree | ce3ccaeb66434f6516efe6f0f82cf5021f279403 /libre | |
parent | 3d86076ab74f2a2d2327b5c0af41fad3ee8f938f (diff) | |
download | abslibre-1de2d43ac08323c62956c71dd8faf0337fb369a4.tar.gz abslibre-1de2d43ac08323c62956c71dd8faf0337fb369a4.tar.bz2 abslibre-1de2d43ac08323c62956c71dd8faf0337fb369a4.zip |
libre: cups-filters: update version to match the upstream package
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
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 776843897..01a4ed027 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.6 +pkgver=1.22.0 pkgrel=2 -pkgrel+=.par4 +pkgrel+=.par1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" arch=('x86_64') @@ -21,7 +21,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=('630e5dbcfe4fa50a726b193223604831a928a2fac9ef84022118aa05c84d1d4c') +sha256sums=('443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d') build() { cd $pkgname-$pkgver |