summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-15 13:32:41 -0400
committerGuillaume Horel2021-03-15 13:32:41 -0400
commit12e78627b940894c2d630d5e635d08aedcd5a9e6 (patch)
treea8ef0380f63c44c7316e0a4632d8be24fc31d027
parentb7dc33288543cf592df9c517b8a63037c34f7665 (diff)
downloadaur-12e78627b940894c2d630d5e635d08aedcd5a9e6.tar.gz
bump to 1.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d9741fc83c..1d2be5b5a753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-dash-renderer
pkgdesc = Dash front-end
- pkgver = 1.8.3
+ pkgver = 1.9.0
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.3.tar.gz
- sha256sums = f7ab2b922f4f0850bae0e9793cec99f8a1a241e5f7f5786e367ddd9e41d2b170
+ source = https://pypi.org/packages/source/d/dash_renderer/dash_renderer-1.9.0.tar.gz
+ sha256sums = 3c5519a781beb2261ee73b2d193bef6f212697636f204acd7d58cd986ba88e30
pkgname = python-dash-renderer
diff --git a/PKGBUILD b/PKGBUILD
index e269ac577dc6..9327252564ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-dash-renderer
_pkgname=dash_renderer
-pkgver=1.8.3
+pkgver=1.9.0
pkgrel=1
pkgdesc="Dash front-end"
arch=('any')
url="https://plot.ly/products/dash"
license=('MIT')
-depends=('python')
+depends=()
optdepends=()
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('f7ab2b922f4f0850bae0e9793cec99f8a1a241e5f7f5786e367ddd9e41d2b170')
+sha256sums=('3c5519a781beb2261ee73b2d193bef6f212697636f204acd7d58cd986ba88e30')
package(){
cd "$srcdir/$_pkgname-$pkgver"