summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-25 11:12:01 -0400
committerGuillaume Horel2017-03-25 11:12:01 -0400
commitf00ce48e06d3cee617f7907fe9029d0b0876f71c (patch)
tree0702dc958cd1d831a40296b9d7ab9d9f6397d0ed
parentadbff1c5fcd1dbdb2ba3ad86829836c30a458c57 (diff)
downloadaur-f00ce48e06d3cee617f7907fe9029d0b0876f71c.tar.gz
update license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f1bf2f1fa7a..ac88752c2a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,8 @@ pkgbase = python-folium
pkgrel = 1
url = https://github.com/python-vizualisation/folium
arch = any
- license = BSD
+ license = MIT
checkdepends = python-nose
- checkdepends = python-descartes
depends = python
depends = python-jinja
depends = python-branca
diff --git a/PKGBUILD b/PKGBUILD
index 96b7f4b59bb1..6be303b8e628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="Python Data. Leaflet.js maps."
arch=('any')
url="https://github.com/python-vizualisation/folium"
-license=('BSD')
-checkdepends=('python-nose' 'python-descartes')
+license=('MIT')
+checkdepends=('python-nose')
depends=('python' 'python-jinja' 'python-branca')
options=(!emptydirs)
source=("https://github.com/python-visualization/$_pkgname/archive/v$pkgver.tar.gz")