* update libppd to 2.1.0-1
This commit is contained in:
parent
8fdc0f93e6
commit
6d81f97928
@ -1,16 +1,21 @@
|
||||
pkgbase = libppd
|
||||
pkgdesc = OpenPrinting - the legacy support library for PPD files
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 2
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/OpenPrinting/libppd
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = Apache-2.0 WITH LLVM-exception
|
||||
makedepends = ghostscript
|
||||
depends = libcups
|
||||
depends = libcupsfilters
|
||||
depends = zlib
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
source = https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz
|
||||
sha256sums = 882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8
|
||||
source = https://github.com/OpenPrinting/libppd/releases/download/2.1.0/libppd-2.1.0.tar.xz
|
||||
sha256sums = bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba
|
||||
|
||||
pkgname = libppd
|
||||
|
@ -2,20 +2,20 @@
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=libppd
|
||||
pkgver=2.0.0
|
||||
pkgrel=2.1
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="OpenPrinting - the legacy support library for PPD files"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/OpenPrinting/libppd"
|
||||
# the CUPS exception text is the same as LLVM exception
|
||||
license=('Apache-2.0 WITH LLVM-exception')
|
||||
depends=('libcups' 'libcupsfilters'
|
||||
'glibc' 'gcc-libs')
|
||||
'zlib' 'glibc' 'gcc-libs')
|
||||
makedepends=('ghostscript'
|
||||
# 'mupdf-tools'
|
||||
)
|
||||
source=(https://github.com/OpenPrinting/libppd/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8')
|
||||
sha256sums=('bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba')
|
||||
|
||||
build() {
|
||||
cd "$pkgname"-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user