* update cups-filters to 2.0.0-2

This commit is contained in:
Alexander Baldeck 2024-07-28 21:13:18 +02:00
parent 0bcd37a185
commit be89d7b464
3 changed files with 26 additions and 4 deletions

18
cups-filters/.SRCINFO Normal file
View File

@ -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

View File

@ -0,0 +1,5 @@
[cups-filters]
source = "github"
github = "OpenPrinting/cups-filters"
use_max_tag = true
prefix = "v"

View File

@ -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')