summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2022-05-12 08:17:04 +0200
committerBert Peters2022-05-12 08:17:04 +0200
commit5c116cce23b4c3dfb966101274e3ccde380049e2 (patch)
tree3c053ea1d9ae9b808722fcc19a10944b2325470f
parent62fce4f26e7709e74de71702cde6348307c289d8 (diff)
downloadaur-5c116cce23b4c3dfb966101274e3ccde380049e2.tar.gz
upgpkg: python-plotly 5.8.0-3
Upstream changed again, upstream commit is eca5fe62f9262478bacc5895db3a053116cac393.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cdf3e152f0f..edbc32668689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/plotly/plotly.py
arch = any
license = MIT
@@ -19,7 +19,8 @@ pkgbase = python-plotly
optdepends = python-matplotlib
optdepends = python-pillow
optdepends = python-scipy
+ options = !strip
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
- sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e
+ sha256sums = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 20a118095a0b..d534d73da109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-plotly
pkgver=5.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
depends=(python
@@ -25,7 +25,8 @@ npm)
license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
-sha256sums=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e')
+options=(!strip) # strip isn't useful for python files and takes forever
+sha256sums=('7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c')
build() {
cd plotly.py-${pkgver}/packages/python/plotly