summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2024-04-15 20:06:32 +0200
committerPhillip Schichtel2024-04-15 20:06:32 +0200
commit1aa0a838550fa49168061239c06b6da5683d8f28 (patch)
tree4dd18c533b90c7bb8127c6de11c1443aa1c47480
parent6a4f37a39316e08129f08125da3a77b999e1459c (diff)
downloadaur-1aa0a838550fa49168061239c06b6da5683d8f28.tar.gz
fix SRCINFO update order
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ff6f0043389f..926e1c53b74e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
-
-.SRCINFO: PKGBUILD
- makepkg --printsrcinfo > .SRCINFO
-
-package: PKGBUILD .SRCINFO
+package: PKGBUILD
updpkgsums
+ makepkg --printsrcinfo > .SRCINFO
makepkg --syncdeps --rmdeps --force --clean --noconfirm
all: package