summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-20 10:33:33 +1030
committeracheronfail2023-11-20 09:57:36 +1030
commitfae15cf3964d7742beb1dff161e21033e590ed88 (patch)
treeb4ca7e8e4308f457ba1383f7c015c1aa0551a156
parentfae15104b4e1c97e769b0cc8d4b0f0d5640aaabb (diff)
downloadaur-fae15cf3964d7742beb1dff161e21033e590ed88.tar.gz
r351.fae149c
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--justfile3
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700d1d490389..dbd1298f029d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3stat-git
pkgdesc = A lightweight and batteries-included status_command for i3 and sway
- pkgver = r350.130cdb8
- pkgrel = 3
+ pkgver = r351.fae149c
+ pkgrel = 1
url = https://github.com/acheronfail/i3stat
arch = x86_64
license = GPL-3.0-only
@@ -19,7 +19,7 @@ pkgbase = i3stat-git
depends = gcc-libs
conflicts = i3stat
conflicts = i3stat-bin
- source = git+https://github.com/acheronfail/i3stat
+ source = git+https://github.com/acheronfail/i3stat#branch=next
sha512sums = SKIP
pkgname = i3stat-git
diff --git a/PKGBUILD b/PKGBUILD
index 9c2b972ab898..8db6ed7efb79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-git
-pkgver=r350.130cdb8
-pkgrel=3
+pkgver=r351.fae149c
+pkgrel=1
pkgdesc="A lightweight and batteries-included status_command for i3 and sway"
arch=('x86_64')
url="https://github.com/acheronfail/i3stat"
diff --git a/justfile b/justfile
index ecaee4bf5772..822264b4545c 100644
--- a/justfile
+++ b/justfile
@@ -5,7 +5,8 @@ update:
source PKGBUILD
old_pkgver=$pkgver
- makepkg --geninteg --printsrcinfo > .SRCINFO
+ makepkg --nobuild --check
+ makepkg --printsrcinfo > .SRCINFO
source PKGBUILD
if [ "$old_pkgver" = "$pkgver" ]; then