summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-30 16:34:44 -0500
committerCarlos Aznarán Laos2023-01-30 16:34:44 -0500
commitf772c9ad83b83fc23d0493782cdd5fd4d6d016b3 (patch)
tree8f6b21034f5faf194dfecb55133581a7efaf0d96 /PKGBUILD
parent36390597e9ed02319401522ec6283637a2be6478 (diff)
downloadaur-f772c9ad83b83fc23d0493782cdd5fd4d6d016b3.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 267089d81d78..e8f9aa3a9348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python-pandas python-matplotlib python-openpyxl)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::https://github.com/NiaOrg/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('d74a528f1d0c79c5593054c958c5c450054f87bd9be12891ff373783040dbf643024bc32f9b40330d1bd0e6d5c920414c415ec1e832cccd25e81010a738f4678')
+sha512sums=('44fbe121323f0db8638b67866842f8367fa43bbce13847da6622e1d837e788251fe804875e00375295d6d458dc4a26647a9834a333154b4121ad6157647bbd62')
build() {
cd ${_base}-${pkgver}