David Runge pushed to branch main at Arch Linux / Packaging / Packages / iempluginsuite
Commits: d4fe8f32 by David Runge at 2026-01-09T20:40:42+01:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = iempluginsuite pkgrel = 3 url = https://plugins.iem.at arch = x86_64 - license = GPL3 + license = GPL-3.0-or-later makedepends = alsa-lib makedepends = cmake makedepends = fftw @@ -40,6 +40,8 @@ pkgname = iempluginsuite pkgname = iempluginsuite-standalone pkgdesc = Plug-in suite including Ambisonic plug-ins up to 7th order - standalone groups = pro-audio + license = GPL-3.0-or-later + license = 0BSD depends = alsa-lib depends = fftw depends = freetype2 ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ pkgrel=3 pkgdesc="Plug-in suite including Ambisonic plug-ins up to 7th order" arch=(x86_64) url="https://plugins.iem.at" -license=(GPL3) +license=(GPL-3.0-or-later) makedepends=( alsa-lib cmake @@ -161,6 +161,7 @@ package_iempluginsuite-standalone() { groups=( pro-audio ) + license+=(0BSD) local name ===================================== REUSE.toml ===================================== @@ -17,6 +17,8 @@ path = [ "*.timer", "*.desktop", "*.hook", + "iempluginsuite.directory", + "iempluginsuite.menu", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/iempluginsuite/-/commit/d4fe8f3232eb28d81a4b8d9e294a75eee551274b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/iempluginsuite/-/commit/d4fe8f3232eb28d81a4b8d9e294a75eee551274b You're receiving this email because of your account on gitlab.archlinux.org.
