diff --git a/cups-filters/.SRCINFO b/cups-filters/.SRCINFO index 9c6b208e52..6290d8e7bf 100644 --- a/cups-filters/.SRCINFO +++ b/cups-filters/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = cups-filters pkgdesc = OpenPrinting CUPS Filters pkgver = 2.0.1 - pkgrel = 1 + pkgrel = 2 url = https://wiki.linuxfoundation.org/openprinting/cups-filters arch = x86_64 arch = powerpc64le @@ -16,6 +16,9 @@ pkgbase = cups-filters depends = libcupsfilters depends = glibc depends = sh + optdepends = ghostscript: for non-PDF printers (preferred) + optdepends = poppler: for non-PDF printers + optdepends = mupdf-tools: for non-PDF printers source = https://github.com/OpenPrinting/cups-filters/releases/download/2.0.1/cups-filters-2.0.1.tar.xz sha256sums = 39e71de3ce06762b342749f1dc7cba6817738f7bf4d322c1bb9ab10b8569ab80 diff --git a/cups-filters/PKGBUILD b/cups-filters/PKGBUILD index eaca31bc17..b03f2e3276 100644 --- a/cups-filters/PKGBUILD +++ b/cups-filters/PKGBUILD @@ -3,13 +3,18 @@ pkgname=cups-filters pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="OpenPrinting CUPS Filters" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://wiki.linuxfoundation.org/openprinting/cups-filters" license=('Apache-2.0 WITH LLVM-exception') depends=('libcups' 'libppd' 'libcupsfilters' 'glibc' 'sh') makedepends=('ghostscript' 'mupdf-tools') +optdepends=( + 'ghostscript: for non-PDF printers (preferred)' + 'poppler: for non-PDF printers' + 'mupdf-tools: for non-PDF printers' +) source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) sha256sums=('39e71de3ce06762b342749f1dc7cba6817738f7bf4d322c1bb9ab10b8569ab80')