From c3055c518dfd587108bbc01669753570c8d62179 Mon Sep 17 00:00:00 2001 From: Alan Vardy Date: Mon, 9 Oct 2023 18:36:30 -0700 Subject: [PATCH] Update push aur --- push_aur.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/push_aur.sh b/push_aur.sh index a1df7a55..5ff6cb9e 100755 --- a/push_aur.sh +++ b/push_aur.sh @@ -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 \ No newline at end of file +cd ../tod || exit