From c0bb5ee95008a7eff17de2c4e2c8dc836a580782 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 8 Jun 2022 21:14:33 +0200 Subject: [PATCH] upgpkg: python-plotly 5.8.1-1 upstream release Current upstream ref: 473e6e0d6849e334d63a816336deda5d761adcf8 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index edbc326..ee45190 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-plotly pkgdesc = An open-source, interactive graphing library - pkgver = 5.8.0 - pkgrel = 3 + pkgver = 5.8.1 + pkgrel = 1 url = https://github.com/plotly/plotly.py arch = any license = MIT @@ -20,7 +20,7 @@ pkgbase = python-plotly 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 = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c + source = python-plotly-5.8.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.1.tar.gz + sha256sums = aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index d534d73..cdb8726 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Bert Peters pkgname=python-plotly -pkgver=5.8.0 -pkgrel=3 +pkgver=5.8.1 +pkgrel=1 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=('7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c') +sha256sums=('aaa92958f0c817e341500dc67798d74512dae8e94ad05ff261afa1df2fd5ee59') build() { cd plotly.py-${pkgver}/packages/python/plotly