1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

fix checksum

This commit is contained in:
Greyson Christoforo
2023-01-13 12:08:17 +00:00
parent a05f1f5b0d
commit 4e2a5b9f54
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ pkgbase = python-plotly
optdepends = python-scipy optdepends = python-scipy
options = !strip options = !strip
source = python-plotly-5.12.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.12.0.tar.gz 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 pkgname = python-plotly

View File

@@ -26,7 +26,7 @@ license=('MIT')
arch=('any') arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") 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 options=(!strip) # strip isn't useful for python files and takes forever
sha256sums=('bb0145d46b8fc94d341222e0435c93e0f371bf56ea82d2a5d22e951fd726e379') sha256sums=('33548f8abc3310acde8ba7d74a57a652ed278ef5c4a999a61ae9fb45cb1961e4')
build() { build() {
cd plotly.py-${pkgver}/packages/python/plotly cd plotly.py-${pkgver}/packages/python/plotly