summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-22 15:51:30 -0400
committerGuillaume Horel2020-04-22 15:51:30 -0400
commit6fa4f938d507c550d75076a1b0595296c9c71321 (patch)
tree7411b08d954622b334544f39c78607e7d9614c06 /PKGBUILD
parentdf6e5760afdebf85da2fef7a7235fbffa91275f2 (diff)
downloadaur-6fa4f938d507c550d75076a1b0595296c9c71321.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d80099e0e28..276ed4141fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.9.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
url="https://plot.ly/products/dash/"
license=('MIT')
-depends=('python' 'python-dash-renderer' 'python-dash-core-components' 'python-dash-html-components' 'python-flask' 'python-flask-compress' 'python-flask-seasurf' 'python-plotly' 'python-requests')
+depends=('python' 'python-dash-renderer' 'python-dash-core-components' 'python-dash-html-components' 'python-flask' 'python-flask-compress' 'python-flask-seasurf' 'python-future' 'python-plotly' 'python-requests')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('678884297afaae08a638cf1bda61c8f89f7cf2c8fd15f36ea29c43559684f4fa')
+sha256sums=('57e32410a4f0f9fef0cdcd61f801bd01738f343ad308fa51592859ef9bc5c5ad')
package(){
cd "$srcdir/$_pkgname-$pkgver"