From 12f7cb36b3fbad5fb816cc4e15ac88e25014c397 Mon Sep 17 00:00:00 2001 From: Aiden Grossman <agrossman154@yahoo.com> Date: Sun, 12 Nov 2023 00:29:32 -0800 Subject: [PATCH] main/sipcalc: fix license expression This package is licensed under the BSD-3-Clause license. Currently the license is specified as BSD which is not a valid SPDX identifier and ambiguous. --- main/sipcalc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/sipcalc/APKBUILD b/main/sipcalc/APKBUILD index 07bd26a381bd..12ba8561eae8 100644 --- a/main/sipcalc/APKBUILD +++ b/main/sipcalc/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=sipcalc pkgver=1.1.6 -pkgrel=3 +pkgrel=4 pkgdesc="Advanced console based ip subnet calculator" url="https://www.routemeister.net/projects/sipcalc/" arch="all" -license="BSD" +license="BSD-3-Clause" options="!check" # no tests subpackages="$pkgname-doc" source="https://www.routemeister.net/projects/sipcalc/files/sipcalc-$pkgver.tar.gz" -- GitLab