summarylogtreecommitdiffstats
path: root/justfile
diff options
context:
space:
mode:
authoracheronfail2023-11-20 09:45:17 +1030
committeracheronfail2023-11-20 09:55:29 +1030
commitfae15104b4e1c97e769b0cc8d4b0f0d5640aaabb (patch)
treecc9ce7248ef322d879c6cb0df6d1e452cd4a1d4e /justfile
parent08c31e93bd0ad055f3cf2d3074d7f5fc1242fc40 (diff)
downloadaur-fae15104b4e1c97e769b0cc8d4b0f0d5640aaabb.tar.gz
use next branch
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