generate .SRCINFO
This commit is contained in:
parent
2e96ca8f6e
commit
672e4bbce8
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ fi
|
|||
git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur
|
||||
cp PKGBUILD aur/PKGBUILD
|
||||
cd aur
|
||||
makepkg -si --noconfirm
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
git commit -m "release $VERSION" PKGBUILD
|
||||
if [[ $DRY_RUN == false ]]; then
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue