summarylogtreecommitdiffstats
path: root/bumpVersion.sh
blob: 4050e00019f222260b652d098073231de8d6aa7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
makepkg -f

version=0
cd "fastfetch/"
version="$(git rev-list --count HEAD)"
cd ..

makepkg --printsrcinfo > .SRCINFO

git add .
git commit -m "bumped version to r${version}"
git push