blob: adde50864e3e681ae3c03c3f8f8ad22d8691c0dc (
plain)
1
2
3
4
5
6
7
|
sum="$(sha512sum ./mkinitcpio-firmware.hook | awk '{print $1}')"
sed -i "s/sha512sums=(.*)/sha512sums=($sum)/g" ./PKGBUILD
makepkg --printsrcinfo > .SRCINFO
git add .
git commit -m "updated"
git push
|