summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-04 21:35:29 +1030
committeracheronfail2023-11-04 21:58:35 +1030
commitfae140d658821e84f9acdd9b29f57042a4b8439a (patch)
treee4ae692033d81744af9d25f9cf3f2da3b66f9b62
parentfae126d462e314a8b3396218a79e44a8cd0f21fa (diff)
downloadaur-fae140d658821e84f9acdd9b29f57042a4b8439a.tar.gz
0.9.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebe8e1fbeca..caea09e3ded7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = i3stat-bin
pkgdesc = A lightweight and batteries-included status_command for i3 and sway
pkgver = 0.9.0
pkgrel = 1
- url = https://github.com/acheronfail/i3stat
+ url = https://github.com/acheronfail/istat
arch = x86_64
license = GPL-3.0-only
depends = gcc-libs
optdepends = dbus: sending notifications
optdepends = dunst: showing if notifications are paused or not via dunst
optdepends = i3-wm: use it as the i3 status_command
- source = i3stat-0.9.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.9.0/i3stat-x86_64-unknown-linux-gnu.zip
+ source = i3stat-0.9.0.zip::https://github.com/acheronfail/istat/releases/download/0.9.0/i3stat-x86_64-unknown-linux-gnu.zip
pkgname = i3stat-bin
diff --git a/PKGBUILD b/PKGBUILD
index d913da0e870f..ab7f947ead68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver="0.9.0"
pkgrel=1
pkgdesc="A lightweight and batteries-included status_command for i3 and sway"
arch=('x86_64')
-url="https://github.com/acheronfail/i3stat"
+url="https://github.com/acheronfail/istat"
license=('GPL-3.0-only')
depends=('gcc-libs')
optdepends=(