summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-05-24 21:13:51 -0400
committerGuillaume Horel2020-05-24 21:13:51 -0400
commitda78f0df6cb515dac91a177c574f30ccda089a66 (patch)
tree2dd86cb978581b56d4c9913a5b12c58f3327eff2
parentccedd346386d3b90b5fc4e1ea845b4979acea572 (diff)
downloadaur-da78f0df6cb515dac91a177c574f30ccda089a66.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 91a9f42410df..d8dc943aab6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dash-html-components
pkgdesc = Dash UI HTML components suite
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://plot.ly/products/dash
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.0.2.tar.gz
- sha256sums = 8992097a044f5add21f86ccbe0caef8c499394a04d5f2b6cc4458a42f37cca98
+ source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.0.3.tar.gz
+ sha256sums = dafb54ae8ab601fffe50c74d72b32783dec2beea65fd1c7e7dd6a66e20e545ba
pkgname = python-dash-html-components
diff --git a/PKGBUILD b/PKGBUILD
index e629f0db5e99..11116b2ebce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-html-components
_pkgname=dash_html_components
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Dash UI HTML components suite"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('8992097a044f5add21f86ccbe0caef8c499394a04d5f2b6cc4458a42f37cca98')
+sha256sums=('dafb54ae8ab601fffe50c74d72b32783dec2beea65fd1c7e7dd6a66e20e545ba')
package(){
cd "$srcdir/$_pkgname-$pkgver"