update release script

This commit is contained in:
Carson McManus 2021-08-27 11:39:57 -04:00
parent add51351c1
commit b941415715

View file

@ -76,8 +76,7 @@ if [[ -d "aur" ]]; then
rm -rf aur rm -rf aur
fi fi
git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur
cargo pkgbuild cp PKGBUILD aur/PKGBUILD
mv PKGBUILD aur/PKGBUILD
cd aur cd aur
git commit -m "release $VERSION" PKGBUILD git commit -m "release $VERSION" PKGBUILD
if [[ $DRY_RUN == false ]]; then if [[ $DRY_RUN == false ]]; then