summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-11-21 10:46:15 -0500
committerGuillaume Horel2018-11-21 10:46:15 -0500
commit39be2e9827eef31f37c2c761a5138077aa535db3 (patch)
tree11fca94ee5665a4dd080a3f9df01ece47dd722aa
parent9b3a608e614181c51a8d10549368e401af1f2efb (diff)
downloadaur-39be2e9827eef31f37c2c761a5138077aa535db3.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9677c7f5076..d75f43e491d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-dash
pkgdesc = A python framework for building analytical web applications
- pkgver = 0.27.0
+ pkgver = 0.30.0
pkgrel = 1
- url = https://github.com/dask/dask
+ url = https://plot.ly/products/dash/
arch = any
license = MIT
makedepends = python-setuptools
@@ -15,8 +15,8 @@ pkgbase = python-dash
depends = python-flask-seasurf
depends = python-plotly
depends = python-requests
- source = https://pypi.org/packages/source/d/dash/dash-0.27.0.tar.gz
- sha256sums = 12505a8bda50b8071e9bc0afbee23e7824c860626a8b91e81e4869779a7bd7fc
+ source = https://pypi.org/packages/source/d/dash/dash-0.30.0.tar.gz
+ sha256sums = 58698be3fac615f92939389827ba1f91429fbcb33aab6b234d222ff2d8f4e252
pkgname = python-dash
diff --git a/PKGBUILD b/PKGBUILD
index 6b6af42cdb88..782bd7c8ae3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-dash
_pkgname=dash
-pkgver=0.27.0
+pkgver=0.30.0
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
-url="https://github.com/dask/dask"
+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')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('12505a8bda50b8071e9bc0afbee23e7824c860626a8b91e81e4869779a7bd7fc')
+sha256sums=('58698be3fac615f92939389827ba1f91429fbcb33aab6b234d222ff2d8f4e252')
package(){
cd "$srcdir/$_pkgname-$pkgver"