summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0259117769cc..f69181130454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = v4l2loopback-dkms
pkgrel = 1
url = https://github.com/umlaeute/v4l2loopback
arch = any
- license = GPLv2
+ license = GPL
makedepends = help2man
depends = dkms
conflicts = v4l2loopback
diff --git a/PKGBUILD b/PKGBUILD
index 6a31ec313d54..1bb494738b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="v4l2-loopback device"
url="https://github.com/umlaeute/v4l2loopback"
arch=('any')
-license=('GPLv2')
+license=('GPL')
depends=('dkms')
makedepends=('help2man')
conflicts=("${_pkgbase}")