diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-07-19 14:32:41 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-07-19 14:32:41 -0500 |
commit | 5be9c95ed863feebe60f3b25acc916a9cd87b01f (patch) | |
tree | 43b5dbd0db6d20b84c75cf880b117481099e0cd9 | |
parent | 75f76e6b857ae55a55c4a03f96029a9ce3109321 (diff) | |
download | abslibre-5be9c95ed863feebe60f3b25acc916a9cd87b01f.tar.gz abslibre-5be9c95ed863feebe60f3b25acc916a9cd87b01f.tar.bz2 abslibre-5be9c95ed863feebe60f3b25acc916a9cd87b01f.zip |
cups-filters-1.20.4-1.parabola1: updating version
-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 b69996e84..9a0d252bc 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.20.3 -pkgrel=2 +pkgver=1.20.4 +pkgrel=1 pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" pkgdesc+=", without foomatic-db-nonfree recommendation" @@ -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=('3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc') +sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a') build() { cd $pkgname-$pkgver |