summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2022-08-25 09:55:32 +0200
committerBert Peters2022-08-25 09:56:04 +0200
commit0013b218e2a65f0db881de43e77fde32d764feeb (patch)
treef65d3989b262f1472bce156c337c6dc542ab509f
parentd5c4423030c024cde75f198174d12e84982b5981 (diff)
downloadaur-0013b218e2a65f0db881de43e77fde32d764feeb.tar.gz
upgpkg: python-plotly 5.10.0-2
Upstream checksum changed, new ref: 473c263e5e133e5693863baa668751b85900dc11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3fafc9914e..5015ff1fe874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plotly/plotly.py
arch = any
license = MIT
@@ -21,6 +21,6 @@ pkgbase = python-plotly
optdepends = python-scipy
options = !strip
source = python-plotly-5.10.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.10.0.tar.gz
- sha256sums = 4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b
+ sha256sums = 30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index be65de53daac..de3485ddd47a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-plotly
pkgver=5.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
depends=(python
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
options=(!strip) # strip isn't useful for python files and takes forever
-sha256sums=('4536bc3e3375a3d11c77220a0acd95a31f251dba65b25735c90ff80ddbaf310b')
+sha256sums=('30034c742edff0c268d2d09d748bf1daef3a23957fa6dceb6bd847fd80416448')
build() {
cd plotly.py-${pkgver}/packages/python/plotly