mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
change checksum method
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = python-plotly
|
|||||||
optdepends = ipython
|
optdepends = ipython
|
||||||
optdepends = python-ipywidgets
|
optdepends = python-ipywidgets
|
||||||
source = https://github.com/plotly/plotly.py/archive/v4.8.1.tar.gz
|
source = https://github.com/plotly/plotly.py/archive/v4.8.1.tar.gz
|
||||||
md5sums = da6296bd75eb5db022e6d92eb5ff27b2
|
sha256sums = 7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
|
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
source=("https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('da6296bd75eb5db022e6d92eb5ff27b2')
|
sha256sums=('7f85fa498bb40a373f8eb75933eb47add578f81feea5b3ed2619b5cc6817f145')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd plotly.py-${pkgver}/packages/python/plotly
|
cd plotly.py-${pkgver}/packages/python/plotly
|
||||||
|
|||||||
Reference in New Issue
Block a user