diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-08 10:39:40 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-08 11:13:43 -0400 |
commit | 723c9c82aeff38fbc298e2784cb53b279e108c1a (patch) | |
tree | 612dca440e06be033bd2ded7d85f70f8631347a7 /libre/cups-filters | |
parent | 627ffd4433e4c0085f3e9ed04d55895f617924c3 (diff) | |
download | abslibre-723c9c82aeff38fbc298e2784cb53b279e108c1a.tar.gz abslibre-723c9c82aeff38fbc298e2784cb53b279e108c1a.tar.bz2 abslibre-723c9c82aeff38fbc298e2784cb53b279e108c1a.zip |
[cups-filters]: upgrade to v1.28.8
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 9980182a1..e2ad6f48b 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -10,7 +10,7 @@ pkgname=cups-filters -pkgver=1.28.7 +pkgver=1.28.8 pkgrel=1 pkgrel+=.parabola3 pkgdesc="OpenPrinting CUPS Filters" @@ -30,7 +30,7 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv 'docx2txt: to convert Microsoft OOXML text from DOCX files') backup=(etc/cups/cups-browsed.conf) source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) -sha256sums=('e4150902809c58dfff7089c9345f196ecd88e38bce2be4800fa4811a0902057d') +sha256sums=('f6fc4663f83ce37795c097f5accc866791fdce920b9999bb125564f6eeeca218') build() { cd "$pkgname"-$pkgver |