summarylogtreecommitdiffstats
path: root/Makefile
blob: 997a231af765aab6435c521cb6904e39c5480ff5 (plain)
1
2
3
4
5
6
7
package:
	sed -i "s/^pkgver=.*/pkgver=\"$${VERSION:?}\"/" PKGBUILD
	sed -i 's/^sha256sums=.*/${shell makepkg --geninteg}/' PKGBUILD
	makepkg --printsrcinfo > .SRCINFO
	git add -A
	git commit -m "Update to version $${VERSION}"
.PHONY: package