summarylogtreecommitdiffstats
path: root/Makefile
blob: 376662402b157c5dac004d3c4c1805fbae7ed415 (plain)
1
2
3
4
5
6
.PHONY: all

all:
	@rm -f *.tar.* .SRCINFO
	@sed -i 's/^sha512sums=.*$$/$(shell makepkg -g)/g' PKGBUILD
	@makepkg --printsrcinfo > .SRCINFO