summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-13 14:46:17 -0500
committerCarlos Aznarán2023-10-13 14:46:17 -0500
commitc4903ed77ec0ccf347e91d45ce4bb0cbbd984ff8 (patch)
tree3d5a5eb92ef109e922567c7ca09c61a553d13410 /PKGBUILD
parent6075cdcc8fd3f3d02a3b6655b8e834e7cf996a9d (diff)
downloadaur-c4903ed77ec0ccf347e91d45ce4bb0cbbd984ff8.tar.gz
Use sha512
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2abdf565ec87..6887717cc52e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(python-mako pybind11 python-filelock)
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('c267cd7d8583631858e1fcf493018385725fa7c2c1d87113e5a49a9e70cb0269')
+sha512sums=('8487672eeaa92ad6711f4328d8b082e2780aaaee2d9cf89560b61f01e95f200c91247db94bf7a07a5b15aff86ce4400d05acce28f19f623b2e62432f97531ef0')
build() {
cd ${_base}-${pkgver}