summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-22 10:19:21 -0400
committerGuillaume Horel2020-09-22 10:19:21 -0400
commit394624675bf238ad1d9fc6387a134d88b404d12b (patch)
treee79dd0a732ff79a88d270b57ed12bffcb03e9f92
parent98b0c2490fb917ca60417200a4b82ded9af14249 (diff)
downloadaur-394624675bf238ad1d9fc6387a134d88b404d12b.tar.gz
bump to 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909b39a5f98e..6117db008bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dash-renderer
pkgdesc = Dash front-end
- pkgver = 1.8.0
+ pkgver = 1.8.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_renderer/dash_renderer-1.8.0.tar.gz
- sha256sums = 736f8e0dcce244699457b54a2ee262a04baf389db1a8f54e98c949bb3e7e487f
+ source = https://pypi.org/packages/source/d/dash_renderer/dash_renderer-1.8.1.tar.gz
+ sha256sums = 0e386969587812c211a243f33ecc3b07591c6ffac4df41ab16b7813982dbfc74
pkgname = python-dash-renderer
diff --git a/PKGBUILD b/PKGBUILD
index b4b6993a0143..d67f207a4b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dash-renderer
_pkgname=dash_renderer
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Dash front-end"
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=('736f8e0dcce244699457b54a2ee262a04baf389db1a8f54e98c949bb3e7e487f')
+sha256sums=('0e386969587812c211a243f33ecc3b07591c6ffac4df41ab16b7813982dbfc74')
package(){
cd "$srcdir/$_pkgname-$pkgver"