summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-01 11:48:41 -0500
committerCarlos Aznarán Laos2023-02-01 11:48:41 -0500
commitaa8e5167d3352f1d7ccd72f08db9a16d1b673a7f (patch)
treeaaa96827dbaf11c04abdbe89f007dcaf9725bfa3 /PKGBUILD
parentf772c9ad83b83fc23d0493782cdd5fd4d6d016b3 (diff)
downloadaur-aa8e5167d3352f1d7ccd72f08db9a16d1b673a7f.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 e8f9aa3a9348..267089d81d78 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=('44fbe121323f0db8638b67866842f8367fa43bbce13847da6622e1d837e788251fe804875e00375295d6d458dc4a26647a9834a333154b4121ad6157647bbd62')
+sha512sums=('d74a528f1d0c79c5593054c958c5c450054f87bd9be12891ff373783040dbf643024bc32f9b40330d1bd0e6d5c920414c415ec1e832cccd25e81010a738f4678')
build() {
cd ${_base}-${pkgver}