summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2024-01-31 20:27:53 +0000
committerWorMzy Tykashi2024-01-31 20:27:53 +0000
commitbad6da55aeeecd009276f5d8766e3fc15fc88234 (patch)
tree70313c4a878ef6bfe9e511d7a5e6fe35dbbeb764
parent38f1abec78d5a6ab00bebc1c74c2813d65e8d41d (diff)
downloadaur-lprint-git.tar.gz
Use SPDX-License-Identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fbce2c9ffb..39f9e6134c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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
}