From 6d81f97928320fb0e348dad3a8333900d8cd2ff7 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sun, 17 Nov 2024 16:26:11 +0100 Subject: [PATCH] * update libppd to 2.1.0-1 --- libppd/.SRCINFO | 13 +++++++++---- libppd/PKGBUILD | 8 ++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/libppd/.SRCINFO b/libppd/.SRCINFO index 170db39320..8bcf7ac63b 100644 --- a/libppd/.SRCINFO +++ b/libppd/.SRCINFO @@ -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 diff --git a/libppd/PKGBUILD b/libppd/PKGBUILD index 960e9f2019..f3a69870c6 100644 --- a/libppd/PKGBUILD +++ b/libppd/PKGBUILD @@ -2,20 +2,20 @@ # Maintainer: Andreas Radke 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