From 882b1b86255b7d7d722bdba8b437aee195cbcba9 Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Fri, 29 May 2020 16:05:13 +0100 Subject: [PATCH] change checksum method --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cdd3690..1a109b4 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 - md5sums = da6296bd75eb5db022e6d92eb5ff27b2 + sha256sums = 7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145 pkgname = python-plotly diff --git a/PKGBUILD b/PKGBUILD index 7f9bbee..277fa4c 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") -md5sums=('da6296bd75eb5db022e6d92eb5ff27b2') +sha256sums=('7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145') build() { cd plotly.py-${pkgver}/packages/python/plotly