Skip to content

Commit

Permalink
Update push aur
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Oct 10, 2023
1 parent 3b96b2a commit c3055c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions push_aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
cd ../tod-bin/ || exit
git pull
cd ../tod/ || exit
mv target/cargo-aur/PKGBUILD ./PKGBUILD
makepkg --printsrcinfo > ../tod-bin/.SRCINFO
mv PKGBUILD ../tod-bin/
rm ./*.tar.gz
rm target/cargo-aur/*.tar.gz
cd ../tod-bin/ || exit
git add .
git commit -m "new version"
git push aur
cd ../tod || exit
cd ../tod || exit

0 comments on commit c3055c5

Please sign in to comment.