* update libppd to 2.1.0-1

This commit is contained in:
Alexander Baldeck 2024-11-17 16:26:11 +01:00
parent 8fdc0f93e6
commit 6d81f97928
2 changed files with 13 additions and 8 deletions

View File

@ -1,16 +1,21 @@
pkgbase = libppd pkgbase = libppd
pkgdesc = OpenPrinting - the legacy support library for PPD files pkgdesc = OpenPrinting - the legacy support library for PPD files
pkgver = 2.0.0 pkgver = 2.1.0
pkgrel = 2 pkgrel = 1
url = https://github.com/OpenPrinting/libppd url = https://github.com/OpenPrinting/libppd
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache-2.0 WITH LLVM-exception license = Apache-2.0 WITH LLVM-exception
makedepends = ghostscript makedepends = ghostscript
depends = libcups depends = libcups
depends = libcupsfilters depends = libcupsfilters
depends = zlib
depends = glibc depends = glibc
depends = gcc-libs depends = gcc-libs
source = https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz source = https://github.com/OpenPrinting/libppd/releases/download/2.1.0/libppd-2.1.0.tar.xz
sha256sums = 882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8 sha256sums = bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba
pkgname = libppd pkgname = libppd

View File

@ -2,20 +2,20 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=libppd pkgname=libppd
pkgver=2.0.0 pkgver=2.1.0
pkgrel=2.1 pkgrel=1
pkgdesc="OpenPrinting - the legacy support library for PPD files" pkgdesc="OpenPrinting - the legacy support library for PPD files"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/OpenPrinting/libppd" url="https://github.com/OpenPrinting/libppd"
# the CUPS exception text is the same as LLVM exception # the CUPS exception text is the same as LLVM exception
license=('Apache-2.0 WITH LLVM-exception') license=('Apache-2.0 WITH LLVM-exception')
depends=('libcups' 'libcupsfilters' depends=('libcups' 'libcupsfilters'
'glibc' 'gcc-libs') 'zlib' 'glibc' 'gcc-libs')
makedepends=('ghostscript' makedepends=('ghostscript'
# 'mupdf-tools' # 'mupdf-tools'
) )
source=(https://github.com/OpenPrinting/libppd/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) source=(https://github.com/OpenPrinting/libppd/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8') sha256sums=('bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba')
build() { build() {
cd "$pkgname"-$pkgver cd "$pkgname"-$pkgver