summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-05-29 16:14:17 +0100
committerGreyson Christoforo2020-05-29 16:14:17 +0100
commit3de613f812a457e6e96e6c1821db68181a3c694b (patch)
tree0bc7b814f1933366fad4e988b69ac9fb77154401
parent882b1b86255b7d7d722bdba8b437aee195cbcba9 (diff)
downloadaur-3de613f812a457e6e96e6c1821db68181a3c694b.tar.gz
change checksum method again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a109b41f3f4..c3332623c332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = python-plotly
optdepends = ipython
optdepends = python-ipywidgets
source = https://github.com/plotly/plotly.py/archive/v4.8.1.tar.gz
- sha256sums = 7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145
+ sha512sums = 55fefb9a2e93b7789139006f9256a2b08f22a8210cdb5df9333dca884c60bcb6f250493776a4cf750a23cffaa6e4731c6eda6f7c27992b666aeedc93ad93c054
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 277fa4cd3172..e14a0d24097c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
-sha256sums=('7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145')
+sha512sums=('55fefb9a2e93b7789139006f9256a2b08f22a8210cdb5df9333dca884c60bcb6f250493776a4cf750a23cffaa6e4731c6eda6f7c27992b666aeedc93ad93c054')
build() {
cd plotly.py-${pkgver}/packages/python/plotly