summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")