summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2022-03-10 23:04:59 -0500
committerGuillaume Horel2022-03-10 23:04:59 -0500
commitdcb4b861a0e11938d3c77d3af6133199e6978327 (patch)
tree966663e4beb00c0bff8d8c8d425ce61df18f11cd /PKGBUILD
parent7c78b0495643baf3fc106736e305e3a7faf9fff0 (diff)
downloadaur-dcb4b861a0e11938d3c77d3af6133199e6978327.tar.gz
bump to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14bf804cfe55..3be9e3190bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-dash
_pkgname=dash
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
url="https://plot.ly/products/dash/"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
provides=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
conflicts=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('b5b29a3e2862a6700cf50582d81bda4edfe57d47e1c71c519a6c87f9187587e5')
+sha256sums=('e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c')
build(){
cd "$_pkgname-$pkgver"