summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-04 15:51:20 -0500
committerGuillaume Horel2021-03-04 15:51:20 -0500
commit739030d8f350634676b25f32fdfb5805d47a3005 (patch)
tree69cae9aaedf67ae125114e23958b7719c2e42bc6 /PKGBUILD
parentc6a3cf63d507f8b34600c8367a42a34df8855f92 (diff)
downloadaur-739030d8f350634676b25f32fdfb5805d47a3005.tar.gz
bump to 1.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cce32fe16110..b037a448b04e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-dash
_pkgname=dash
-pkgver=1.17.0
+pkgver=1.19.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-future' 'python-plotly' 'python-requests')
+depends=('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=('06287eb130682ccb823c648310dea4dfbdd30f8f56401b4dce4946aa7c01230a')
+sha256sums=('ba7307f94795fee844551791d401073d4e9b8d71596b37d54e131cec044268ef')
package(){
cd "$srcdir/$_pkgname-$pkgver"