summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-27 09:17:18 -0500
committerGuillaume Horel2019-11-27 09:17:18 -0500
commitd53b579770b708777eff4a550d76aecde2e3e0c9 (patch)
tree3aae7a17704e92ab408f8d3cfac29e5038c02559
parentdb1c7052671d8e109ffaaf88596f93ea7e1af6f3 (diff)
downloadaur-d53b579770b708777eff4a550d76aecde2e3e0c9.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c75191818b..51fbf13b0cdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dash-core-components
pkgdesc = Dash UI core components suite
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://plot.ly/products/dash
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-dash-core-components
checkdepends = python-dash
makedepends = python-setuptools
depends = python
- source = https://pypi.org/packages/source/d/dash_core_components/dash_core_components-1.5.0.tar.gz
- sha256sums = 231131d2f01576c87971a1b7efb7beeaa859148a8c819b644c1998708ab44349
+ source = https://pypi.org/packages/source/d/dash_core_components/dash_core_components-1.5.1.tar.gz
+ sha256sums = fadd16a2b4ea8abc60b72c08b5a9d6c1a86eb1f56e926be67773259f47eb9048
pkgname = python-dash-core-components
diff --git a/PKGBUILD b/PKGBUILD
index cf8aec7527d6..bdcfb68f81b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-core-components
_pkgname=dash_core_components
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Dash UI core components suite"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('231131d2f01576c87971a1b7efb7beeaa859148a8c819b644c1998708ab44349')
+sha256sums=('fadd16a2b4ea8abc60b72c08b5a9d6c1a86eb1f56e926be67773259f47eb9048')
package(){
cd "$srcdir/$_pkgname-$pkgver"