summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-03-10 23:04:59 -0500
committerGuillaume Horel2022-03-10 23:04:59 -0500
commitdcb4b861a0e11938d3c77d3af6133199e6978327 (patch)
tree966663e4beb00c0bff8d8c8d425ce61df18f11cd
parent7c78b0495643baf3fc106736e305e3a7faf9fff0 (diff)
downloadaur-dcb4b861a0e11938d3c77d3af6133199e6978327.tar.gz
bump to 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8ce5928eb89..4932f18620e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dash
pkgdesc = A python framework for building analytical web applications
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://plot.ly/products/dash/
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = python-dash
conflicts = python-dash-html-components
conflicts = python-dash-renderer
conflicts = python-dash-table
- source = https://pypi.org/packages/source/d/dash/dash-2.1.0.tar.gz
- sha256sums = b5b29a3e2862a6700cf50582d81bda4edfe57d47e1c71c519a6c87f9187587e5
+ source = https://pypi.org/packages/source/d/dash/dash-2.2.0.tar.gz
+ sha256sums = e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c
pkgname = python-dash
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"