diff options
author | acheronfail | 2025-02-12 17:18:39 +1030 |
---|---|---|
committer | acheronfail | 2025-02-12 17:18:39 +1030 |
commit | 2c095b53a417d566cc163a657249c1d12a56d5fe (patch) | |
tree | 0ce12b6b2bf8d455f285ef733c9dbcd4ed683246 | |
parent | c8cf10cd430e0e703b89e55b3f85088bc2c108b8 (diff) | |
download | aur-i3stat-bin.tar.gz |
0.14.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -1,14 +1,16 @@ pkgbase = i3stat-bin pkgdesc = A lightweight and batteries-included status_command for i3 and sway pkgver = 0.14.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/acheronfail/i3stat 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 + optdepends = mako: showing if notifications are paused or not via mako + optdepends = i3-wm: use it as the status_command + optdepends = sway: use it as the status_command conflicts = i3stat conflicts = i3stat-git source = i3stat-0.14.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.14.0/i3stat-x86_64-unknown-linux-gnu.zip @@ -1,7 +1,7 @@ # Maintainer: Callum Osmotherly <acheronfail@gmail.com> pkgname=i3stat-bin pkgver=0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight and batteries-included status_command for i3 and sway" arch=('x86_64') url="https://github.com/acheronfail/i3stat" @@ -11,7 +11,9 @@ depends=('gcc-libs') optdepends=( 'dbus: sending notifications' 'dunst: showing if notifications are paused or not via dunst' - 'i3-wm: use it as the i3 status_command' + 'mako: showing if notifications are paused or not via mako' + 'i3-wm: use it as the status_command' + 'sway: use it as the status_command' ) source=("${pkgname%-bin}-${pkgver}.zip::$url/releases/download/${pkgver//_/-}/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip") sha512sums=('79ffc6295949e3c9cb519b0bea0ec328a6c58b7807e87d1ede0e951c4ee014085beb7670f2a1b9672cfd237ecc903ed84b7630bf82c0b0ca7cd6f9971cc27c5d') |