summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-20 09:45:17 +1030
committeracheronfail2023-11-20 09:55:29 +1030
commitfae15104b4e1c97e769b0cc8d4b0f0d5640aaabb (patch)
treecc9ce7248ef322d879c6cb0df6d1e452cd4a1d4e
parent08c31e93bd0ad055f3cf2d3074d7f5fc1242fc40 (diff)
downloadaur-fae15104b4e1c97e769b0cc8d4b0f0d5640aaabb.tar.gz
use next branch
-rw-r--r--PKGBUILD2
-rw-r--r--justfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adf164d20847..9c2b972ab898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL-3.0-only')
depends=('gcc-libs')
conflicts=('i3stat' 'i3stat-bin')
makedepends=('git' 'clang' 'cargo' 'dbus' 'dunst' 'libfaketime' 'libpulse' 'i3-wm' 'imagemagick' 'scrot' 'xorg-server-xvfb')
-source=(git+$url)
+source=(git+${url}#branch=next)
sha512sums=('SKIP')
pkgver() {
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