diff --git a/libppd/.SRCINFO b/libppd/.SRCINFO new file mode 100644 index 0000000000..170db39320 --- /dev/null +++ b/libppd/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = libppd + pkgdesc = OpenPrinting - the legacy support library for PPD files + pkgver = 2.0.0 + pkgrel = 2 + url = https://github.com/OpenPrinting/libppd + arch = x86_64 + license = Apache-2.0 WITH LLVM-exception + makedepends = ghostscript + depends = libcups + depends = libcupsfilters + depends = glibc + depends = gcc-libs + source = https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz + sha256sums = 882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8 + +pkgname = libppd diff --git a/libppd/.nvchecker.toml b/libppd/.nvchecker.toml new file mode 100644 index 0000000000..c936c25e76 --- /dev/null +++ b/libppd/.nvchecker.toml @@ -0,0 +1,5 @@ +[libppd] +source = "github" +github = "OpenPrinting/libppd" +use_max_tag = true +prefix = "v" diff --git a/libppd/PKGBUILD b/libppd/PKGBUILD index 203666de2c..2eb610c1f3 100644 --- a/libppd/PKGBUILD +++ b/libppd/PKGBUILD @@ -3,11 +3,12 @@ pkgname=libppd pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="OpenPrinting - the legacy support library for PPD files" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/OpenPrinting/libppd" -license=('APACHE') +# the CUPS exception text is the same as LLVM exception +license=('Apache-2.0 WITH LLVM-exception') depends=('libcups' 'libcupsfilters' 'glibc' 'gcc-libs') makedepends=('ghostscript'