* update cups-filters to 2.0.1-2
This commit is contained in:
parent
711ed8f4d2
commit
aa72824e95
@ -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
|
||||
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user