aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:22:01 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:22:01 +0100
commita8c84ea365c4e910305f47155130b5d8eaa4e5fd (patch)
treef337b6e1701fedafd9219b4e9275a33133c9dd1c
parentaur: 2.0.1-1 (diff)
downloadconfig-links-a8c84ea365c4e910305f47155130b5d8eaa4e5fd.tar.gz
config-links-a8c84ea365c4e910305f47155130b5d8eaa4e5fd.zip
Makefile: git-add .SRCINFO
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1bc934..badd63c 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