cups-pdf: update to 3.0.2.

This commit is contained in:
Piraty 2025-04-22 14:01:16 +02:00
parent f161425035
commit d221f69285

View File

@ -1,6 +1,6 @@
# Template file for 'cups-pdf'
pkgname=cups-pdf
version=3.0.1
version=3.0.2
revision=1
conf_files="/etc/cups/cups-pdf.conf"
makedepends="cups-devel"
@ -10,7 +10,7 @@ maintainer="Piraty <mail@piraty.dev>"
license="GPL-2.0-or-later"
homepage="https://www.cups-pdf.de/"
distfiles="https://www.cups-pdf.de/src/${pkgname}_${version}.tar.gz"
checksum=738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531
checksum=56284001f40da9854e56215527e292de4811ce349e27d7a3e8add35c72da2f95
do_build() {
$CC $CFLAGS -o $pkgname src/cups-pdf.c -lcups ${LDFLAGS}