summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:50:23 -0700
committerMark Wagie2024-01-21 17:50:23 -0700
commit1030004088386405221aacb02dae76952c60109f (patch)
treed00590576c3cf3c818f8f1fe797ee3e088428970
parent85744b5f0cfdccf938c2e38c979334a525b9d904 (diff)
downloadaur-1030004088386405221aacb02dae76952c60109f.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 0ecaf04cd202..749de5033c82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = viper4linux-git
epoch = 1
url = https://github.com/Audio4Linux/Viper4Linux
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = gst-plugin-viper4linux
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index cc99b07db18c..029cdd444725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Formed <formed at tuta dot io>
-# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=viper4linux-git
pkgver=r18.590a936
pkgrel=1
@@ -7,7 +7,7 @@ epoch=1
pkgdesc="Implementation of the libviper library for modern Linux desktops."
arch=('x86_64')
url="https://github.com/Audio4Linux/Viper4Linux"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gst-plugin-viper4linux' 'gst-plugins-good')
makedepends=('git')
provides=("${pkgname%-git}")