diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-04 22:07:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-04 22:07:40 -0500 |
commit | e99f4bc98886a0d1286e918a2de2f92a21757147 (patch) | |
tree | 038450f714d686f43315657e3a64ec4ae857ceda /libre/cups-filters | |
parent | d3e1d33f8f094f4d43baca0c28bf8c9372c9f6a9 (diff) | |
download | abslibre-e99f4bc98886a0d1286e918a2de2f92a21757147.tar.gz abslibre-e99f4bc98886a0d1286e918a2de2f92a21757147.tar.bz2 abslibre-e99f4bc98886a0d1286e918a2de2f92a21757147.zip |
cups-filters-1.26.0-1.parabola1: updating version
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 09cb34199..c650ddc81 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.25.13 +pkgver=1.26.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="OpenPrinting CUPS Filters" @@ -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=('5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc') +sha256sums=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07') build() { cd "$pkgname"-$pkgver |