summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2024-01-08 10:08:44 +0000
committeracheronfail2024-01-08 10:08:44 +0000
commit6d67da3fb9f4c1fc69446990836518f19b774d2c (patch)
treefe9f4ea0fa92740c2f08b67bd2baeaf189b15bc8
parenta9d9cb52ed5deb2ade6b0eea1a5f7341eb6857b7 (diff)
downloadaur-6d67da3fb9f4c1fc69446990836518f19b774d2c.tar.gz
0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc69ec4285d4..c00a274e6a46 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.11.0
+ pkgver = 0.12.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.11.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.11.0/i3stat-x86_64-unknown-linux-gnu.zip
- sha512sums = 0005c96d9e9647326e503f1d087db90af66567cc0765fc4b3830b992c7263607ac092080cf6886a6b975d33a1e2321777712c186513e7b37193f00ea853dfc18
+ source = i3stat-0.12.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.12.0/i3stat-x86_64-unknown-linux-gnu.zip
+ sha512sums = e549a9d25befa3e0b62a4569e0233f43ee9ef560882762fd43dfb8bcdc90f92889dab387c5005b4c49ef7737485dbf31abde7ad9566853b2b56e3dae452c7071
pkgname = i3stat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64c7796b36c1..1b6cf3b03efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-bin
-pkgver=0.11.0
+pkgver=0.12.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=('0005c96d9e9647326e503f1d087db90af66567cc0765fc4b3830b992c7263607ac092080cf6886a6b975d33a1e2321777712c186513e7b37193f00ea853dfc18')
+sha512sums=('e549a9d25befa3e0b62a4569e0233f43ee9ef560882762fd43dfb8bcdc90f92889dab387c5005b4c49ef7737485dbf31abde7ad9566853b2b56e3dae452c7071')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"