summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2022-05-10 22:45:39 +0200
committerBert Peters2022-05-10 22:45:39 +0200
commit62fce4f26e7709e74de71702cde6348307c289d8 (patch)
treed58e0e3bc80dff8cb3688457e2b5be85cfa53724
parent29d909cb96b7f688af0531fbab89e55228fff7f4 (diff)
downloadaur-62fce4f26e7709e74de71702cde6348307c289d8.tar.gz
upgpkg: python-plotly 5.8.0-2
Upstream replaced tag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d7555d94a4..5cdf3e152f0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plotly/plotly.py
arch = any
license = MIT
@@ -20,6 +20,6 @@ pkgbase = python-plotly
optdepends = python-pillow
optdepends = python-scipy
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
- sha256sums = cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46
+ sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 73bda3bbe865..20a118095a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-plotly
pkgver=5.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
depends=(python
@@ -25,7 +25,7 @@ npm)
license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
-sha256sums=('cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46')
+sha256sums=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e')
build() {
cd plotly.py-${pkgver}/packages/python/plotly