summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-10-21 10:41:02 -0400
committerGuillaume Horel2019-10-21 10:41:02 -0400
commitd5b98d81812d88fa79dc46bec4bbc4044960cf0b (patch)
tree704e8d8e007bc7c622fc5c23dbd92b3937c37092
parenta2aae61728007516f007f925b7b1eba144ea9746 (diff)
downloadaur-d5b98d81812d88fa79dc46bec4bbc4044960cf0b.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 02c5fab3b1bd..e78743464a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dash-html-components
pkgdesc = Dash UI HTML components suite
- pkgver = 0.13.2
+ pkgver = 1.0.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-0.13.2.tar.gz
- sha256sums = daf80a0b9dd244bb34e47381a9766617451301ac5aa204faa7e7f069a52d93f9
+ source = https://pypi.org/packages/source/d/dash_html_components/dash_html_components-1.0.1.tar.gz
+ sha256sums = 7d7e80bf12635eb7d281fb0e7dd4b6e53f10dd57e3384ea5044c44ab16454fe4
pkgname = python-dash-html-components
diff --git a/PKGBUILD b/PKGBUILD
index f419183ee99a..f01d569e3cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-html-components
_pkgname=dash_html_components
-pkgver=0.13.2
+pkgver=1.0.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=('daf80a0b9dd244bb34e47381a9766617451301ac5aa204faa7e7f069a52d93f9')
+sha256sums=('7d7e80bf12635eb7d281fb0e7dd4b6e53f10dd57e3384ea5044c44ab16454fe4')
package(){
cd "$srcdir/$_pkgname-$pkgver"