summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrrooij2016-02-23 20:31:34 +0100
committerrrooij2016-02-23 20:31:34 +0100
commit35ab6bb869b5f930e7a248c5bb2ce01e07feb1b4 (patch)
tree16e864539a7daf457b717eb2700539786146cc17
parentee879f3d76c940c52384209ea994b9f516e810f7 (diff)
downloadaur-35ab6bb869b5f930e7a248c5bb2ce01e07feb1b4.tar.gz
Fix license
Changed license from GPLv3 to GPL3, the same as in /usr/share/licenses/common
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1898543fbef9..b3d6b64ac02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Qt frontend for youtube-dl"
arch=('i686' 'x86_64')
url="https://github.com/rrooij/youtube-dl-qt"
-license=('GPLv3')
+license=('GPL3')
depends=('qt5-base' 'youtube-dl')
makedepends=('git' 'make')
optdepends=('ffmpeg: for some youtube-dl functionality')