summarylogtreecommitdiffstats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4295289c6340..ecaee4bf5772 100644
--- a/justfile
+++ b/justfile
@@ -5,7 +5,7 @@ update:
source PKGBUILD
old_pkgver=$pkgver
- makepkg --printsrcinfo > .SRCINFO
+ makepkg --geninteg --printsrcinfo > .SRCINFO
source PKGBUILD
if [ "$old_pkgver" = "$pkgver" ]; then