Skip to content

Commit

Permalink
Collapsed checksums as updpkgsums does not support multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Sep 23, 2023
1 parent 8fdada2 commit 732dc51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kubectl-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ depends=()
conflicts=('kubectl')
provides=('kubectl')
source=()
b2sums=()
b2sums=('becf49747002fa77c005d7660e2c104edd6048c1bf486cf6c1a01b13412d7c0ed1b66c18bf9d9f970883de79a858d8558c66b170903abb904dffd8c5be06d9fb')

case "$CARCH" in
x86_64) _pkgarch="amd64"
b2sums+=('becf49747002fa77c005d7660e2c104edd6048c1bf486cf6c1a01b13412d7c0ed1b66c18bf9d9f970883de79a858d8558c66b170903abb904dffd8c5be06d9fb')
;;
arm*) _pkgarch="arm"
b2sums+=('770587fa146e0b8f8605772b808e9507239fa240b798d7d843c4ddcaefb9fc8d3e7fb9f66c7f6bf91bf7b51e3a604cc5d626d770689ff15e96aef1d834a23be0')
;;
aarch64) _pkgarch="arm64"
b2sums+=('40dfc55d0487ce3180bd19962763e7af04718f3f57f245f70d2e85707d71b9b7c01d6fc675077b63bd0505555b7ea1692613b75982315cb2ee2887aee4570788')
;;
esac

Expand Down

0 comments on commit 732dc51

Please sign in to comment.