summarylogtreecommitdiffstats
path: root/update.sh
blob: c5fb66e0b8dd7f42b86e06d086dea5c20ed5e65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -x

makepkg
makepkg --printsrcinfo > .SRCINFO

git add .
git commit -m "Rebuild to get latest version"

set +x

echo "Now install and smoke test the package, review the commit, and push"