Replace checksums with sha512

This commit is contained in:
Manuel 2024-04-08 23:10:35 +02:00
parent f3a7d417ca
commit 87d93370f6
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ pkgbase = polkit-explorer-git
provides = polkit-explorer provides = polkit-explorer
conflicts = polkit-explorer conflicts = polkit-explorer
source = git+https://github.com/scarygliders/polkit-explorer.git source = git+https://github.com/scarygliders/polkit-explorer.git
sha256sums = SKIP sha512sums = SKIP
pkgname = polkit-explorer-git pkgname = polkit-explorer-git

View file

@ -12,7 +12,7 @@ depends=('python-pyqt5' 'python-lxml')
conflicts=('polkit-explorer') conflicts=('polkit-explorer')
provides=('polkit-explorer') provides=('polkit-explorer')
source=("git+${url}.git") source=("git+${url}.git")
sha256sums=('SKIP') sha512sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname%-git}" cd "${srcdir}/${pkgname%-git}"