summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-12 14:26:43 +0800
committerChocobo12017-08-12 14:26:43 +0800
commitf669bf7817909953c6b72b291da5c4e924b36043 (patch)
treeed5b41852c620fa8ed0ac13f704c1eb68dbdcd9f
parent1e9428d5684e56e474b92a6e55b4645ee2bb961d (diff)
downloadaur-f669bf7817909953c6b72b291da5c4e924b36043.tar.gz
Use correct license convention
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285a54fd8bd2..23a14178ea35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dvblast-git
url = https://www.videolan.org/projects/dvblast.html
arch = i686
arch = x86_64
- license = GPLv2
+ license = GPL2
makedepends = git
depends = glibc
depends = libev
diff --git a/PKGBUILD b/PKGBUILD
index 2b2c4ebf9b09..04d1d329b52a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple and powerful MPEG-2/TS demux and streaming application"
arch=('i686' 'x86_64')
url="https://www.videolan.org/projects/dvblast.html"
-license=('GPLv2')
+license=('GPL2')
depends=('glibc' 'libev' 'bitstream')
makedepends=('git')
provides=('dvblast')