summarylogtreecommitdiffstats
path: root/update.sh
blob: 0c5a7350ea6fadcfd896a1593aacf2b12900dc23 (plain)
1
2
3
4
5
6
#!/bin/bash

mksrcinfo &&
git add PKGBUILD .SRCINFO update.sh &&
git commit -m 'Update $(git rev-parse --short HEAD)' &&
git push origin master