summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-19 20:41:43 +1030
committeracheronfail2023-11-19 20:23:53 +1030
commitfae1f2d95d9c45651aa196a0b8dbec7a65b55f71 (patch)
tree3e866427f68b9ece7f557293d7eef0a13e4df6c9
parentfae12c168c8591378f1ad38f1d853398b3499b6e (diff)
downloadaur-fae1f2d95d9c45651aa196a0b8dbec7a65b55f71.tar.gz
0.10.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f3415d5dfc..412bb77ddaf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3stat-bin
pkgdesc = A lightweight and batteries-included status_command for i3 and sway
pkgver = 0.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/acheronfail/i3stat
arch = x86_64
license = GPL-3.0-only
@@ -9,6 +9,8 @@ pkgbase = i3stat-bin
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
+ conflicts = i3stat
+ conflicts = i3stat-git
source = i3stat-0.10.3.zip::https://github.com/acheronfail/i3stat/releases/download/0.10.3/i3stat-x86_64-unknown-linux-gnu.zip
sha512sums = c5fe51b34f57c4bdfd30c70f397faa42971c10eae1de7a6cf139c79569650ecbde8db98efda2006a558f5d5f92d4fc50200f7376a04698bb2cd4f4b3a51788c1
diff --git a/PKGBUILD b/PKGBUILD
index 7407a01e62a7..f1cb0b292999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-bin
pkgver=0.10.3
-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"
license=('GPL-3.0-only')
+conflicts=('i3stat' 'i3stat-git')
depends=('gcc-libs')
optdepends=(
'dbus: sending notifications'