From 4e2a5b9f54633b0e976efcfc2c8614b3db80151a Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Fri, 13 Jan 2023 12:08:17 +0000 Subject: [PATCH] fix checksum --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9ef9d63..d26af8d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -21,6 +21,6 @@ pkgbase = python-plotly optdepends = python-scipy options = !strip source = python-plotly-5.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.12.0.tar.gz - sha256sums = bb0145d46b8fc94d341222e0435c93e0f371bf56ea82d2a5d22e951fd726e379 + sha256sums = 33548f8abc3310acde8ba7d74a57a652ed278ef5c4a999a61ae9fb45cb1961e4 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 8cc56dc..0b7de77 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=('bb0145d46b8fc94d341222e0435c93e0f371bf56ea82d2a5d22e951fd726e379') +sha256sums=('33548f8abc3310acde8ba7d74a57a652ed278ef5c4a999a61ae9fb45cb1961e4') build() { cd plotly.py-${pkgver}/packages/python/plotly