summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-04-18 16:00:30 +0200
committerGilrain2024-04-18 16:00:30 +0200
commit3e31c29390b25b641e300e01034237163cf09078 (patch)
treebd471aa5409a2dd92b8a33bc5c1e3c110c365789
parentecd307bbcc6be9412d1663f44f4cbd622b30d327 (diff)
downloadaur-3e31c29390b25b641e300e01034237163cf09078.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83da5b562d58..56894e4ee84f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rsgain
pkgrel = 1
url = https://github.com/complexlogic/rsgain
arch = x86_64
- license = custom
+ license = BSD-2-Clause
makedepends = cmake
makedepends = fmt
depends = libebur128
diff --git a/PKGBUILD b/PKGBUILD
index bb4c7c8f0ab5..c6cb3ae271a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="ReplayGain 2.0 loudness normalizer"
arch=('x86_64')
url="https://github.com/complexlogic/rsgain"
-license=('custom')
+license=('BSD-2-Clause')
depends=(
'libebur128'
'libavcodec.so'