summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")