summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-12-28 11:05:09 +0000
committeracheronfail2023-12-28 11:05:09 +0000
commita9d9cb52ed5deb2ade6b0eea1a5f7341eb6857b7 (patch)
tree3ae4a9928a330fc25ee2176848453e3ab2910de4
parent9495fbe9166013c83c4036f516445ce49a58c54c (diff)
downloadaur-a9d9cb52ed5deb2ade6b0eea1a5f7341eb6857b7.tar.gz
0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9e1c6fe3d3f..dc69ec4285d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3stat-bin
pkgdesc = A lightweight and batteries-included status_command for i3 and sway
- pkgver = 0.10.4
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/acheronfail/i3stat
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = i3stat-bin
optdepends = i3-wm: use it as the i3 status_command
conflicts = i3stat
conflicts = i3stat-git
- source = i3stat-0.10.4.zip::https://github.com/acheronfail/i3stat/releases/download/0.10.4/i3stat-x86_64-unknown-linux-gnu.zip
- sha512sums = 9071267b82c3b9fca37ab5077f9882da98edcfbed6b9109480fdcff0f6677c362bc248da12b6899451432c33f99cb15404d5fb4a050d462cb3ad6d6469dfc1a5
+ source = i3stat-0.11.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.11.0/i3stat-x86_64-unknown-linux-gnu.zip
+ sha512sums = 0005c96d9e9647326e503f1d087db90af66567cc0765fc4b3830b992c7263607ac092080cf6886a6b975d33a1e2321777712c186513e7b37193f00ea853dfc18
pkgname = i3stat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78304db30bc7..64c7796b36c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-bin
-pkgver=0.10.4
+pkgver=0.11.0
pkgrel=1
pkgdesc="A lightweight and batteries-included status_command for i3 and sway"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=(
'i3-wm: use it as the i3 status_command'
)
source=("${pkgname%-bin}-${pkgver}.zip::$url/releases/download/${pkgver//_/-}/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip")
-sha512sums=('9071267b82c3b9fca37ab5077f9882da98edcfbed6b9109480fdcff0f6677c362bc248da12b6899451432c33f99cb15404d5fb4a050d462cb3ad6d6469dfc1a5')
+sha512sums=('0005c96d9e9647326e503f1d087db90af66567cc0765fc4b3830b992c7263607ac092080cf6886a6b975d33a1e2321777712c186513e7b37193f00ea853dfc18')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"