summarylogtreecommitdiffstats
path: root/update.sh
blob: 591bfce6dbff1547a3b4602be93055613f6f60cf (plain)
1
2
3
4
5
#!/bin/sh
git pull
makepkg -f --printsrcinfo > .SRCINFO
RELEASE=$(grep pkgver .SRCINFO | awk "{print \$3}")
git commit -a -m "Update to ${RELEASE}"