git » libserialport.git » commit abc1a36

Specify correct license - LGPL-3.0-or-later

author Carl Smedstad
2024-11-15 23:44:22 UTC
committer Carl Smedstad
2024-11-15 23:44:22 UTC
parent 0f6d02e2bac2f375ff4c457caf218027a5495c25

Specify correct license - LGPL-3.0-or-later

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index a8193fc..1fa851e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=5
 pkgdesc='A minimal library that provides OS abstraction when interfacing serial ports'
 arch=('x86_64')
 url='https://sigrok.org/wiki/Libserialport'
-license=('GPL3')
+license=('LGPL-3.0-or-later')
 depends=('glibc')
 source=("https://sigrok.org/download/source/libserialport/libserialport-$pkgver.tar.gz"
         "diable_termiox.patch::https://sigrok.org/gitweb/?p=libserialport.git;a=patch;h=6f9b03e597ea7200eb616a4e410add3dd1690cb1")