summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6602ceab100f..2cfe690727ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:44:06 UTC 2022
pkgbase = graphlcd-base
pkgdesc = Project to support graphical LC displays connected to the PC
pkgver = 2.0.3
@@ -11,7 +9,7 @@ pkgbase = graphlcd-base
arch = arm
arch = armv6h
arch = armv7h
- license = GPL2
+ license = GPL-2.0-only
depends = fontconfig
depends = graphicsmagick
depends = libusb-compat
diff --git a/PKGBUILD b/PKGBUILD
index 183eedb9bd49..e0df8a561507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ epoch=1
pkgdesc="Project to support graphical LC displays connected to the PC"
url='https://github.com/M-Reimer/graphlcd-base'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('fontconfig' 'graphicsmagick' 'libusb-compat' 'libvncserver')
optdepends=('serdisplib: Add support for more serial displays')
backup=('etc/graphlcd.conf')