summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Tensin2023-01-08 16:22:01 +0100
committerEgor Tensin2023-01-08 16:22:01 +0100
commita8c84ea365c4e910305f47155130b5d8eaa4e5fd (patch)
treef337b6e1701fedafd9219b4e9275a33133c9dd1c
parent42844215c630591af7bc94a21dbd6d3365c76566 (diff)
downloadaur-a8c84ea365c4e910305f47155130b5d8eaa4e5fd.tar.gz
Makefile: git-add .SRCINFO
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1bc934c4ef8..badd63cbd03d 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ package:
.PHONY: commit
commit:
+ git add .SRCINFO
source PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel"
.PHONY: push