Skip to content

Commit

Permalink
cups: update license.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Nov 27, 2023
1 parent f2bce25 commit 8494260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/cups/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cups'
pkgname=cups
version=2.4.7
revision=2
revision=3
build_style=gnu-configure
make_install_args="BUILDROOT=${DESTDIR}"
hostmakedepends="gnutls-devel pkg-config
Expand All @@ -11,7 +11,7 @@ makedepends="acl-devel gnutls-devel libpaper-devel libusb-devel pam-devel
depends="xdg-utils"
short_desc="Common Unix Printing System"
maintainer="Orphaned <[email protected]>"
license="Apache-2.0"
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception, Zlib"

Check failure on line 14 in srcpkgs/cups/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license GPL without version

Check failure on line 14 in srcpkgs/cups/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license LGPL without version
homepage="https://github.com/OpenPrinting/cups"
distfiles="https://github.com/OpenPrinting/cups/releases/download/v${version}/cups-${version}-source.tar.gz"
checksum=dd54228dd903526428ce7e37961afaed230ad310788141da75cebaa08362cf6c
Expand Down Expand Up @@ -63,6 +63,7 @@ post_install() {
vinstall ${FILESDIR}/client.conf 644 etc/cups client.conf

vsv cupsd
vlicense NOTICE
}

libcups_package() {
Expand Down

0 comments on commit 8494260

Please sign in to comment.