Use updpkgsums
This commit is contained in:
parent
40b020af01
commit
b23433175b
|
@ -50,6 +50,8 @@ importPrivateKey() {
|
|||
}
|
||||
|
||||
buildPackage() {
|
||||
pacman -S --noconfirm pacman-contrib
|
||||
sudo -Hu calbuilder updpkgsums
|
||||
if [ -n "$gpgPrivateKey" ] && [ -n "$gpgPublicKey" ]; then
|
||||
importPrivateKey
|
||||
sudo -Hu calbuilder makepkg -s --sign --key "$gpgPublicKey" --noconfirm
|
||||
|
|
Loading…
Reference in New Issue