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 657a6b6fba19..2d38e4192ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-gpapi
pkgrel = 1
url = https://github.com/NoMore201/googleplay-api
arch = any
- license = unknown
+ license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
source = python-gpapi-0.1.5.tar.gz::https://github.com/NoMore201/googleplay-api/archive/v0.1.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e56a4a9be787..7cc7dcc6820d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Google Play Unofficial Python API "
url="https://github.com/NoMore201/googleplay-api"
arch=('any')
-license=('unknown')
+license=('GPL3')
makedepends=("python-setuptools" "python2-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/NoMore201/googleplay-api/archive/v${pkgver}.tar.gz")
md5sums=('fea2ced621abaa59e8c1879344170e0a')