summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2024-03-31 23:00:33 +0200
committerBert Peters2024-03-31 23:00:33 +0200
commit7bb5537cd99e314d51f6cd3b71a44665ea6d1e9c (patch)
treef6ef81559b9d5c3b1468e87d08c4e90172647f69
parent8cde4abb9098f287d4e1e6261729e8f78b44e9fc (diff)
downloadaur-7bb5537cd99e314d51f6cd3b71a44665ea6d1e9c.tar.gz
upgpkg: python-plotly 5.20.0-3
Include checksums. Thanks lahwaacz
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd7fa82d637..f2f07693e922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.20.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/plotly/plotly.py
arch = any
license = MIT
@@ -32,6 +32,6 @@ pkgbase = python-plotly
options = !strip
options = !debug
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.20.0
- sha256sums = SKIP
+ sha256sums = b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50
pkgname = python-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 0edb7c64c8e2..2fc7b69338fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-plotly
pkgver=5.20.0
-pkgrel=2
+pkgrel=3
pkgdesc="An open-source, interactive graphing library"
arch=('any')
url="https://github.com/plotly/plotly.py"
@@ -44,8 +44,14 @@ checkdepends=(
source=(
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
)
+sha256sums=('b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50')
options=(!strip !debug) # strip and debug aren't useful for python files and take forever
-sha256sums=('SKIP')
+
+prepare() {
+ cd python-plotly/packages/python/plotly
+
+ git clean -dfx
+}
build() {
cd python-plotly/packages/python/plotly