summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d48a5fb91095..35732456a12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='python-geoviews'
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Simple, concise geographical visualization in Python'
arch=('any')
url='https://github.com/pyviz/geoviews'
license=('BSD')
-makedepends=('python-setuptools' 'python-param')
-groups=('bokeh-ecosystem')
+makedepends=('python-setuptools'
+ 'python-param')
depends=('python-bokeh'
'python-cartopy'
'python-holoviews'