summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2023-01-13 12:08:17 +0000
committerGreyson Christoforo2023-01-13 12:08:17 +0000
commit4e2a5b9f54633b0e976efcfc2c8614b3db80151a (patch)
treec698b419611331eb9ae5f98435ad161e47007e39
parenta05f1f5b0d78027f5d115fb98b40a36af0a16b60 (diff)
downloadaur-4e2a5b9f54633b0e976efcfc2c8614b3db80151a.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef9d63adf29..d26af8d80ea6 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 8cc56dc32db8..0b7de77fe37c 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