David Runge pushed to branch main at Arch Linux / Packaging / Packages / libiio


Commits:
2d950558 by David Runge at 2023-09-24T13:34:40+02:00
Switch to correct SPDX license identifiers for project

Use GPL-2.0-or-later (for executables) and LGPL-2.1-or-later (for
libraries).

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
995de10b by David Runge at 2023-09-24T13:36:01+02:00
Use bash array with one entry per line for pkgname

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,13 +3,19 @@
 # NOTE: dependents need rebuild on minor release
 
 pkgbase=libiio
-pkgname=(libiio python-pylibiio)
+pkgname=(
+  libiio
+  python-pylibiio
+)
 pkgver=0.25
 pkgrel=1
 pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
 arch=(x86_64)
 url="https://github.com/analogdevicesinc/libiio";
-license=(LGPL2.1)
+license=(
+  GPL-2.0-or-later
+  LGPL-2.1-or-later
+)
 makedepends=(
   avahi
   cmake



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiio/-/compare/7bc9b77d40ec16bc93b57bba36345add0f141e62...995de10b29c9823ed9194de36a2de728762944b2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiio/-/compare/7bc9b77d40ec16bc93b57bba36345add0f141e62...995de10b29c9823ed9194de36a2de728762944b2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to