mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 22:10:40 +08:00
linux-phicomm-n1-jst: fix autoupdate
This commit is contained in:
parent
4572509aa4
commit
cdbe65e250
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue