Replace checksums with sha512
This commit is contained in:
parent
c73c86f9fe
commit
1255e64873
8 changed files with 16 additions and 16 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue