summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2024-01-31 20:27:53 +0000
committerWorMzy Tykashi2024-01-31 20:27:53 +0000
commitbad6da55aeeecd009276f5d8766e3fc15fc88234 (patch)
tree70313c4a878ef6bfe9e511d7a5e6fe35dbbeb764 /PKGBUILD
parent38f1abec78d5a6ab00bebc1c74c2813d65e8d41d (diff)
downloadaur-bad6da55aeeecd009276f5d8766e3fc15fc88234.tar.gz
Use SPDX-License-Identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17573ea532ef..dc840837d06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}