summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:25:51 -0700
committerMark Wagie2024-01-20 13:25:51 -0700
commit2b948b3895965b8a9b6ca563afe077ee11ef465e (patch)
tree3d5ffc128e8526169a52699040e5ad422fd94bf7
parent0a01c10ee25e925684cc1508319e42a589909e9b (diff)
downloadaur-2b948b3895965b8a9b6ca563afe077ee11ef465e.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 250e8e91cafe..aa8474ad78cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = boca
epoch = 1
url = https://github.com/enzo1982/BoCA
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
depends = alsa-lib
depends = expat
depends = libcdio-paranoia
diff --git a/PKGBUILD b/PKGBUILD
index 98145ec3c8f7..64e5f6e70774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proto dot me>
pkgname=boca
_pkgname=BoCA
pkgver=1.0.7
@@ -7,7 +7,7 @@ epoch=1
pkgdesc="A component library used by the fre:ac audio converter"
arch=('x86_64')
url="https://github.com/enzo1982/BoCA"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('alsa-lib' 'expat' 'libcdio-paranoia' 'libpulse' 'smooth' 'uriparser')
provides=('libboca-1.0.so=3' 'freac_cdk')
conflicts=('freac_cdk')