Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libppd
Commits:
5e32a15a by Andreas Radke at 2025-02-19T21:14:13+01:00
upgpkg: 2.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libppd
pkgdesc = OpenPrinting - the legacy support library for PPD files
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/OpenPrinting/libppd
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libppd
depends = zlib
depends = glibc
depends = gcc-libs
- source =
https://github.com/OpenPrinting/libppd/releases/download/2.1.0/libppd-2.1.0.tar.xz
- sha256sums =
bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba
+ source =
https://github.com/OpenPrinting/libppd/releases/download/2.1.1/libppd-2.1.1.tar.xz
+ sha256sums =
3fa341cc03964046d2bf6b161d80c1b4b2e20609f38d860bcaa11cb70c1285e4
pkgname = libppd
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Andreas Radke <[email protected]>
pkgname=libppd
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="OpenPrinting - the legacy support library for PPD files"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('ghostscript'
# 'mupdf-tools'
)
source=(https://github.com/OpenPrinting/libppd/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc4d7f8b749a8809f532459a5dd2f3513556ea2b96b3e12aced3e078c2697cba')
+sha256sums=('3fa341cc03964046d2bf6b161d80c1b4b2e20609f38d860bcaa11cb70c1285e4')
build() {
cd "$pkgname"-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/5e32a15a845b23ae48df878ef9c97c313c321727
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/5e32a15a845b23ae48df878ef9c97c313c321727
You're receiving this email because of your account on gitlab.archlinux.org.