summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormitts2016-11-27 13:26:20 -0800
committermitts2016-11-27 13:26:20 -0800
commitba6bb2a1235c0ec0e2b52f4298056e09a755522a (patch)
treec80f540101f64ee4bba6a5c1f7d554936e7107d7
parent1143cbdef0ec2ffb5a6e73f4627de669e9c51b0d (diff)
downloadaur-ba6bb2a1235c0ec0e2b52f4298056e09a755522a.tar.gz
correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f00797d0c381..c50b93b40709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python2-gpsoauth
pkgdesc = A python client library for Google Play Services OAuth.
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simon-weber/gpsoauth
arch = any
- license = GPL
+ license = MIT
makedepends = python2-setuptools
depends = python2-pycryptodomex>=3.0
depends = python2-requests
diff --git a/PKGBUILD b/PKGBUILD
index 99edf10d353c..7c0ac2343cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python2-gpsoauth
_pkgname=gpsoauth
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A python client library for Google Play Services OAuth."
arch=('any')
url="https://github.com/simon-weber/gpsoauth"
-license=('GPL')
+license=('MIT')
depends=('python2-pycryptodomex>=3.0' 'python2-requests')
makedepends=('python2-setuptools')
source=("https://github.com/simon-weber/$_pkgname/archive/$pkgver.tar.gz")