Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libppd


Commits:
9d530505 by Andreas Radke at 2024-10-18T19:22:52+02:00
upgpkg: 2.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 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
        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


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,20 @@
 # Maintainer: Andreas Radke <andy...@archlinux.org>
 
 pkgname=libppd
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="OpenPrinting - the legacy support library for PPD files"
 arch=('x86_64')
 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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/9d53050524032e731aa7902d773a0f0406e8273f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/9d53050524032e731aa7902d773a0f0406e8273f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to