diff options
author | WorMzy Tykashi | 2024-01-31 20:27:53 +0000 |
---|---|---|
committer | WorMzy Tykashi | 2024-01-31 20:27:53 +0000 |
commit | bad6da55aeeecd009276f5d8766e3fc15fc88234 (patch) | |
tree | 70313c4a878ef6bfe9e511d7a5e6fe35dbbeb764 | |
parent | 38f1abec78d5a6ab00bebc1c74c2813d65e8d41d (diff) | |
download | aur-lprint-git.tar.gz |
Use SPDX-License-Identifier
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ pkgbase = lprint-git pkgdesc = A Label Printer Application - pkgver = 278_1.1.0_r38_gb2806b1 + pkgver = 387_1.3.0_r0_ge0a5b74 pkgrel = 1 url = https://github.com/michaelrsweet/lprint arch = i686 arch = x86_64 - license = apache + license = Apache-2.0 makedepends = git depends = avahi depends = libcups @@ -1,12 +1,12 @@ # Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com> pkgname=lprint-git -pkgver=278_1.1.0_r38_gb2806b1 +pkgver=387_1.3.0_r0_ge0a5b74 pkgrel=1 pkgdesc="A Label Printer Application" arch=('i686' 'x86_64') url="https://github.com/michaelrsweet/lprint" -license=('apache') +license=('Apache-2.0') depends=('avahi' 'libcups' 'libpng' 'libusb' 'pappl') provides=('lprint') conflicts=('lprint') @@ -27,7 +27,7 @@ pkgver() { build() { cd ${pkgname%-git} - ./configure --prefix=/usr LIBS="-lcups" + ./configure --prefix=/usr make } |