diff --git a/cups-filters/.SRCINFO b/cups-filters/.SRCINFO new file mode 100644 index 0000000000..9e6c6cd34f --- /dev/null +++ b/cups-filters/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = cups-filters + pkgdesc = OpenPrinting CUPS Filters + pkgver = 2.0.0 + pkgrel = 2 + url = https://wiki.linuxfoundation.org/openprinting/cups-filters + arch = x86_64 + license = Apache-2.0 WITH LLVM-exception + makedepends = ghostscript + makedepends = mupdf-tools + depends = libcups + depends = libppd + depends = libcupsfilters + depends = glibc + depends = sh + source = https://github.com/OpenPrinting/cups-filters/releases/download/2.0.0/cups-filters-2.0.0.tar.xz + sha256sums = b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8 + +pkgname = cups-filters diff --git a/cups-filters/.nvchecker.toml b/cups-filters/.nvchecker.toml new file mode 100644 index 0000000000..31dd35d228 --- /dev/null +++ b/cups-filters/.nvchecker.toml @@ -0,0 +1,5 @@ +[cups-filters] +source = "github" +github = "OpenPrinting/cups-filters" +use_max_tag = true +prefix = "v" diff --git a/cups-filters/PKGBUILD b/cups-filters/PKGBUILD index 51291969d6..49929cd372 100644 --- a/cups-filters/PKGBUILD +++ b/cups-filters/PKGBUILD @@ -3,13 +3,12 @@ pkgname=cups-filters pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="OpenPrinting CUPS Filters" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://wiki.linuxfoundation.org/openprinting/cups-filters" -license=('custom') -depends=('libcups' 'libppd' - 'libcupsfilters' 'glibc') +license=('Apache-2.0 WITH LLVM-exception') +depends=('libcups' 'libppd' 'libcupsfilters' 'glibc' 'sh') makedepends=('ghostscript' 'mupdf-tools') source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) sha256sums=('b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8')