diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-12-09 23:14:38 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-12-09 23:14:45 +0100 |
commit | a704ce053d64f47c0af28c4ba0c3d5e95c406c7a (patch) | |
tree | 507b1867ec4bba1b7679295baec8359d3d790d74 /libre/cups-filters | |
parent | 780aa0c02e14cb83503e032a126d1ebfe35b9773 (diff) | |
download | abslibre-a704ce053d64f47c0af28c4ba0c3d5e95c406c7a.tar.gz abslibre-a704ce053d64f47c0af28c4ba0c3d5e95c406c7a.tar.bz2 abslibre-a704ce053d64f47c0af28c4ba0c3d5e95c406c7a.zip |
libre: cups-filters: sync revision with archlinux
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
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 cb76defc3..7b2d037b9 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.12 +pkgver=1.25.13 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=('16ab7cae1e17752be5c686d70a8d98ff9a2b7eb0b5fe62c768fbfb18022862cf') +sha256sums=('5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc') build() { cd "$pkgname"-$pkgver |