diff options
Diffstat (limited to 'user/cups-filters')
-rw-r--r-- | user/cups-filters/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/cups-filters/APKBUILD b/user/cups-filters/APKBUILD index 9e174a77c..f38c8e920 100644 --- a/user/cups-filters/APKBUILD +++ b/user/cups-filters/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Max Rees <maxcrees@me.com> pkgname=cups-filters -pkgver=1.21.2 -pkgrel=1 +pkgver=1.21.3 +pkgrel=0 pkgdesc="OpenPrinting CUPS filters and backends" -url="https://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format" +url="https://wiki.linuxfoundation.org/openprinting/cups-filters" arch="all" license="GPL-2.0-only AND GPL-2.0+ AND GPL-3.0-only AND MIT" depends="poppler-utils bc ttf-freefont" @@ -63,4 +63,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -sha512sums="07672737108e1593374fa95582e2c8ad7a3fec6202846ba85224c1c89f65b7b89de96ebf67841ec5d948fe556dddd06ae6a58ad6c5c0a25a82ce643c9384aaf0 cups-filters-1.21.2.tar.xz" +sha512sums="2b00023ac4177046e3ab3c5b563b7bd92bb49e57e645e6e67e7b9358d00919e2d4ca43ef5d57684523d97f1f1df5d1014fc0a3a895476ce285ccb3ed2e3bc758 cups-filters-1.21.3.tar.xz" |