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

makepkg
mksrcinfo

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"