* update cups-filters to 2.0.0-2
This commit is contained in:
parent
0bcd37a185
commit
be89d7b464
18
cups-filters/.SRCINFO
Normal file
18
cups-filters/.SRCINFO
Normal 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
|
5
cups-filters/.nvchecker.toml
Normal file
5
cups-filters/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[cups-filters]
|
||||||
|
source = "github"
|
||||||
|
github = "OpenPrinting/cups-filters"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
@ -3,13 +3,12 @@
|
|||||||
|
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="OpenPrinting CUPS Filters"
|
pkgdesc="OpenPrinting CUPS Filters"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||||
license=('custom')
|
license=('Apache-2.0 WITH LLVM-exception')
|
||||||
depends=('libcups' 'libppd'
|
depends=('libcups' 'libppd' 'libcupsfilters' 'glibc' 'sh')
|
||||||
'libcupsfilters' 'glibc')
|
|
||||||
makedepends=('ghostscript' 'mupdf-tools')
|
makedepends=('ghostscript' 'mupdf-tools')
|
||||||
source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8')
|
sha256sums=('b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user