summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cebc4980bb96..f224580dd9d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-.PHONY: update
-update:
- makepkg -g >> PKGBUILD
+.PHONY: get-checksum
+get-checksum:
+ updpkgsums
-.PHONY: srcinfo
-srcinfo:
+.PHONY: update
+update: get-checksum
makepkg --printsrcinfo > .SRCINFO