Replace checksums with sha512

This commit is contained in:
Manuel 2023-12-03 20:31:07 +01:00
parent c73c86f9fe
commit 1255e64873
Signed by: Manuel
GPG key ID: 4085037435E1F07A
8 changed files with 16 additions and 16 deletions

View file

@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'pkgconf')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url}.git")
sha256sums=('SKIP')
sha512sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"