summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2022-05-12 18:49:00 +0700
committerShulhan2022-05-12 18:49:00 +0700
commit4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a (patch)
tree9ba2c7da7ac5a7c9273d468c662228618d9ee046
parente7d48f653155a6b0abc0a8a6ca75aacd762185ef (diff)
downloadaur-4da2ad43c90fb0e0ccf6441bc5f4d0be5641bb9a.tar.gz
Makefile: add task to generate patch and checksum
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 172791ae974a..a0a2eab8865c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,9 @@ all:
check:
namcap PKGBUILD
+patch:
+ git -C src/google-cloud-ops-agent-git diff > 0001-apps-hostmetrics.patch && \
+ makepkg -g
+
release:
makepkg --printsrcinfo > .SRCINFO