summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-09-03 03:55:48 +0200
committerEmmanuel Gil Peyrot2018-09-03 03:55:48 +0200
commit1d60f528214229b8d0f767b2ee6e1e881f8d04df (patch)
tree13e5ab6ad72cfef41d7938972c14840a36281fd4 /PKGBUILD
parentf5d87783fc5c040f3a19d4deaa82c8a21a204978 (diff)
downloadaur-1d60f528214229b8d0f767b2ee6e1e881f8d04df.tar.gz
Fix case in license field.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e79e87c738b..8917f55e2aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A python wrapper for libmpv."
arch=('i686' 'x86_64')
url="https://github.com/marcan/pympv"
-license=('gpl')
+license=('GPL')
depends=('python' 'mpv')
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/25/b8/edd4a7817e613adef1c8814ecc492744ffd243aee81dc8c45502d5f24cc1/$_realname-$pkgver.tar.gz")