summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-04-04 10:57:51 -0400
committerGuillaume Horel2022-04-04 10:57:51 -0400
commitc8953e330cf6d88b7f10935f2b31068249b4fea2 (patch)
tree8d470a50fdfef8dd4cd927a10bf15058b41007a5
parentdcb4b861a0e11938d3c77d3af6133199e6978327 (diff)
downloadaur-c8953e330cf6d88b7f10935f2b31068249b4fea2.tar.gz
bump to 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4932f18620e0..260fa360e89c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dash
pkgdesc = A python framework for building analytical web applications
- pkgver = 2.2.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://plot.ly/products/dash/
arch = any
@@ -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.2.0.tar.gz
- sha256sums = e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c
+ source = https://pypi.org/packages/source/d/dash/dash-2.3.1.tar.gz
+ sha256sums = 07f59e2ebec62c9123a8d8ccfd9c57c73095080b5cbfb3bb44f27ce0b228b4ef
pkgname = python-dash
diff --git a/PKGBUILD b/PKGBUILD
index 3be9e3190bd0..35539020ed17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash
_pkgname=dash
-pkgver=2.2.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="A python framework for building analytical web applications"
arch=('any')
@@ -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=('e88e6615695e83b7a8339301a92700461435fef734b40eca864cff6d853a3b9c')
+sha256sums=('07f59e2ebec62c9123a8d8ccfd9c57c73095080b5cbfb3bb44f27ce0b228b4ef')
build(){
cd "$_pkgname-$pkgver"