summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
authorMoses Narrow2022-01-31 07:09:36 -0600
committerMoses Narrow2022-01-31 07:09:36 -0600
commit66f492c910cdd8e38f0fb28a5df0e3bf21834b80 (patch)
tree22536f9fdfee273dd5ae4057a93e241ebe8eb174 /updates.sh
parentabf855a0c749fb9b795d115b3dbbcbb61c6239f7 (diff)
downloadaur-66f492c910cdd8e38f0fb28a5df0e3bf21834b80.tar.gz
edit scripts for consistency
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/updates.sh b/updates.sh
index 1a49a313f302..54f33f87c697 100755
--- a/updates.sh
+++ b/updates.sh
@@ -3,6 +3,8 @@
tar -czvf skywire-deb-scripts.tar.gz skywire-deb-scripts
tar -czvf skywire-scripts.tar.gz skywire-scripts
updpkgsums cc.deb.PKGBUILD
+updpkgsums deb.PKGBUILD
updpkgsums
makepkg --printsrcinfo > .SRCINFO
-#git add -f cc.deb.PKGBUILD PKGBUILD .SRCINFO skywire-scripts.tar.gz skywire-deb-scripts.tar.gz
+echo "don't forget to increment pkgrel if you edited the PKGBUILD"
+echo "git add -f cc.deb.PKGBUILD PKGBUILD .SRCINFO skywire-scripts.tar.gz skywire-deb-scripts.tar.gz"