linux-phicomm-n1-jst: fix autoupdate

This commit is contained in:
Justin 2019-09-25 14:51:25 +08:00
parent 4572509aa4
commit cdbe65e250

View file

@ -54,5 +54,5 @@ pkgrel=$(source $PKGBUILD; echo $pkgrel)
[ "$pkgrel" != '1' ] && echo "unexpected pkgrel: ${pkgrel}" >&2 && exit 1 [ "$pkgrel" != '1' ] && echo "unexpected pkgrel: ${pkgrel}" >&2 && exit 1
updpkgsums updpkgsums
git add $PKGBUILD git add $PKGBUILD
git commit -m "autoupdate: linux-phicomm-n1 to ${pkgver}" git commit -m "autoupdate: linux-phicomm-n1-jst to ${pkgver}"
git push git push