mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
fix checksum
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -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
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user