summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-22 10:28:35 -0400
committerGuillaume Horel2020-09-22 10:28:35 -0400
commit74fb42e2139545f41ec310fcac0dffe19aac2dff (patch)
tree7a7f243e2795c55f809df223ccdeb1b994c03fd2
parentda78f0df6cb515dac91a177c574f30ccda089a66 (diff)
downloadaur-74fb42e2139545f41ec310fcac0dffe19aac2dff.tar.gz
bump to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8dc943aab6b..dacb8c3e9f4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dash-html-components
pkgdesc = Dash UI HTML components suite
- pkgver = 1.0.3
+ pkgver = 1.1.1
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.3.tar.gz
- sha256sums = dafb54ae8ab601fffe50c74d72b32783dec2beea65fd1c7e7dd6a66e20e545ba
+ source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.1.1.tar.gz
+ sha256sums = 2c662e640528c890aaa0fa23d48e51c4d13ce69a97841d856ddcaaf2c6a47be3
pkgname = python-dash-html-components
diff --git a/PKGBUILD b/PKGBUILD
index 11116b2ebce9..f181242d8a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-html-components
_pkgname=dash_html_components
-pkgver=1.0.3
+pkgver=1.1.1
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=('dafb54ae8ab601fffe50c74d72b32783dec2beea65fd1c7e7dd6a66e20e545ba')
+sha256sums=('2c662e640528c890aaa0fa23d48e51c4d13ce69a97841d856ddcaaf2c6a47be3')
package(){
cd "$srcdir/$_pkgname-$pkgver"