summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2024-01-17 10:24:38 +0100
committerBart Libert2024-01-17 10:24:38 +0100
commit2695fb7eab4e90cb1188830509860d3644309e86 (patch)
tree89f923edc00ad169f557b0f9db2ed7983d677ce1
parent4cd35eb3c185bdfc1471ec8691f91b119295190b (diff)
downloadaur-lprgui-git.tar.gz
Update to SPDX compatible license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56dc624db96f..a1e341389cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lprgui-git
pkgdesc = qt5 based frontend for lpr cli command
- pkgver = r22.dee6596
+ pkgver = r23.4efebe9
pkgrel = 1
url = https://github.com/KeithDHedger/LprGUI
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = make
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 603a3d90d607..5e0a63186215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bart Libert <aur@bart.libert.email>
_pkgname=LprGUI
pkgname=lprgui-git
-pkgver=r22.dee6596
+pkgver=r23.4efebe9
pkgrel=1
pkgdesc='qt5 based frontend for lpr cli command'
arch=(x86_64)
url='https://github.com/KeithDHedger/LprGUI'
-license=(GPL3)
+license=(GPL-3.0-or-later)
provides=(lpgrui)
depends=(cups qt5-base)
makedepends=(git make qt5-tools)