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