summarylogtreecommitdiffstats
path: root/Makefile
blob: 0610fc37b978c3320a9431272731fc0ed8510ac2 (plain)
1
2
3
4
5
6
7
8
9
10


release:
	namcap PKGBUILD
	makepkg --printsrcinfo > .SRCINFO
	makepkg -f
	git add .
	git commit -a -m "Release"
	git push origin
	git push aur