summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehrad Mahmoudian2023-11-10 16:15:43 +0200
committerMehrad Mahmoudian2023-11-10 16:15:43 +0200
commitac14204f9fe925fe720a597800133c2e9b29bfbe (patch)
tree69389e2bdf2b6c227851427d25982ba4bc257c34
parent84c6eba05493e6e5ed31d445e13dfc387d29c0b6 (diff)
downloadaur-ac14204f9fe925fe720a597800133c2e9b29bfbe.tar.gz
[fix] Makefile now updates the SRCINFO
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33a8c473db48..0f7afdf9f3e1 100755
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,8 @@ clean:
done
build: clean
- namcap -i PKGBUILD
+ namcap -i PKGBUILD && \
+ makepkg --printsrcinfo > .SRCINFO && \
makepkg
test: build