From 30226be8f573b0aecf20a0b29524b3b06eed71e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 30 Apr 2022 00:42:46 +0200 Subject: Makefile: remove tag, add commit --- Makefile | 6 +++--- README.Arch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 20ed203..f1bc934 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ all: package package: makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > '$(call escape,$(this_dir))/.SRCINFO' -.PHONY: tag -tag: - source PKGBUILD && git tag "aur/v$$pkgver-$$pkgrel" +.PHONY: commit +commit: + source PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel" .PHONY: push push: diff --git a/README.Arch b/README.Arch index 2d8787c..f8feeb1 100644 --- a/README.Arch +++ b/README.Arch @@ -6,13 +6,13 @@ then `vagrant ssh`. There're a bunch of useful one-liners in Makefile. - * Make the package: + * Make the package (this also updates .SRCINFO): make package - * Tag the last commit: + * Commit the changes: - make tag + make commit * Push to the AUR repository: -- cgit v1.2.3