summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-03-01 12:46:14 -0500
committerAdam Goldsmith2016-03-01 12:46:14 -0500
commit2de77c1ea3de4a7ec47de72c80764c68b9bc2cda (patch)
treef2ba3e76a5ff9aae0e206516eb334867ef80b828
parentf4305c48e78871b5abc3687e5397c8c193892aa1 (diff)
downloadaur-2de77c1ea3de4a7ec47de72c80764c68b9bc2cda.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e23ef98764b..f23e2210b537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 17:43:06 UTC 2016
+# Tue Mar 1 17:46:08 UTC 2016
pkgbase = python2-pypkjs-git
pkgdesc = Python implementation of PebbleKit JS
pkgver = v1.0
@@ -7,7 +7,7 @@ pkgbase = python2-pypkjs-git
url = https://github.com/pebble/pypkjs
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
depends = python2
depends = python2-libpebble2-git
depends = python2-backports.ssl_match_hostname
diff --git a/PKGBUILD b/PKGBUILD
index cae9024e2637..b69496c24e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Python implementation of PebbleKit JS"
arch=('i686' 'x86_64')
url="https://github.com/pebble/pypkjs"
-license=('GPL')
+license=('MIT')
depends=('python2'
'python2-libpebble2-git'
'python2-backports.ssl_match_hostname'