From cdbe65e250722101116678f2f058940ea055e914 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 25 Sep 2019 14:51:25 +0800 Subject: [PATCH] linux-phicomm-n1-jst: fix autoupdate --- linux-phicomm-n1-jst/buildbot.update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-phicomm-n1-jst/buildbot.update.sh b/linux-phicomm-n1-jst/buildbot.update.sh index fe73371..911f6a1 100644 --- a/linux-phicomm-n1-jst/buildbot.update.sh +++ b/linux-phicomm-n1-jst/buildbot.update.sh @@ -54,5 +54,5 @@ pkgrel=$(source $PKGBUILD; echo $pkgrel) [ "$pkgrel" != '1' ] && echo "unexpected pkgrel: ${pkgrel}" >&2 && exit 1 updpkgsums git add $PKGBUILD -git commit -m "autoupdate: linux-phicomm-n1 to ${pkgver}" +git commit -m "autoupdate: linux-phicomm-n1-jst to ${pkgver}" git push