summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-05 23:19:56 -0500
committerCarlos Aznarán2023-10-05 23:19:56 -0500
commit1745f22f884a15aded2f493d64c99582692a104e (patch)
tree56ee25e052127f959479f4c9971d83c7c03fe78a
parentad397fcdc68182babdde9557cb3053f909c15450 (diff)
downloadaur-python-fenicsx-plotly.tar.gz
Fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b631c9485145..0cd7aa13a1dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,6 @@ pkgbase = python-fenicsx-plotly
depends = python-ipywidgets
depends = python-plotly
source = fenicsx-plotly-0.3.0.tar.gz::https://github.com/finsberg/fenicsx-plotly/archive/v0.3.0.tar.gz
- sha512sums = 456fa4e617b233a5bd28768c0e99812c730ae01a2c9937ef3ffa0f529cf82372b5e3d8596cb4bab7630d835e8f4abdfc58e30d26e08576c83333c58b9859e016
+ sha512sums = 99ad1b55fe484559437531d7ff4f93d81ffa4994b568bbf2131fc8a9f2d19802de1116814cb89f0bd355fe9b27832ec97bfeb4c61bd1ca9a930ed5172d832764
pkgname = python-fenicsx-plotly
diff --git a/PKGBUILD b/PKGBUILD
index 7484c25b1d86..3f0fdb550041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(python-fenics-dolfinx python-ipywidgets python-plotly)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('456fa4e617b233a5bd28768c0e99812c730ae01a2c9937ef3ffa0f529cf82372b5e3d8596cb4bab7630d835e8f4abdfc58e30d26e08576c83333c58b9859e016')
+sha512sums=('99ad1b55fe484559437531d7ff4f93d81ffa4994b568bbf2131fc8a9f2d19802de1116814cb89f0bd355fe9b27832ec97bfeb4c61bd1ca9a930ed5172d832764')
build() {
cd ${_base}-${pkgver}