summarylogtreecommitdiffstats
path: root/updates.sh
blob: a87f7169a7160199e0c0290a4a0abe709bcf659e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#re-archive the scripts and update the checksums, etc.
tar -czvf skywire-deb-scripts.tar.gz skywire-deb-scripts
tar -czvf skywire-scripts.tar.gz skywire-scripts
updpkgsums cc.deb.PKGBUILD
updpkgsums
makepkg --printsrcinfo > .SRCINFO
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"