Replace checksums with sha512

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

View file

@ -8,6 +8,6 @@ pkgbase = plymouth-theme-arch-logo
license = GPL license = GPL
depends = plymouth depends = plymouth
source = plymouth-theme-arch-logo.tar.gz source = plymouth-theme-arch-logo.tar.gz
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6 sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
pkgname = plymouth-theme-arch-logo pkgname = plymouth-theme-arch-logo

View file

@ -16,9 +16,7 @@ install="${pkgname}.install"
source=( source=(
'plymouth-theme-arch-logo.tar.gz' 'plymouth-theme-arch-logo.tar.gz'
) )
sha256sums=( sha512sums=('0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06')
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
)
package() { package() {
cd "${srcdir}/arch-logo" cd "${srcdir}/arch-logo"