summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracheronfail2023-11-20 01:11:53 +0000
committeracheronfail2023-11-20 01:11:53 +0000
commitfcafc93551f698bf76bc1061837acd67b5180886 (patch)
tree6a6f5408d962d01ce95b916a0046df2178102daf
parentfae131d068ffc1dfb454145f039a406ab1113c1d (diff)
downloadaur-fcafc93551f698bf76bc1061837acd67b5180886.tar.gz
0.10.4-rc1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 412bb77ddaf5..b4fad92d8e01 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 = 2
+ pkgver = 0.10.4_rc1
+ pkgrel = 1
url = https://github.com/acheronfail/i3stat
arch = x86_64
license = GPL-3.0-only
@@ -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.3.zip::https://github.com/acheronfail/i3stat/releases/download/0.10.3/i3stat-x86_64-unknown-linux-gnu.zip
- sha512sums = c5fe51b34f57c4bdfd30c70f397faa42971c10eae1de7a6cf139c79569650ecbde8db98efda2006a558f5d5f92d4fc50200f7376a04698bb2cd4f4b3a51788c1
+ source = i3stat-0.10.4_rc1.zip::https://github.com/acheronfail/i3stat/releases/download/0.10.4-rc1/i3stat-x86_64-unknown-linux-gnu.zip
+ sha512sums = 9f3ccbe9f4927e4749970f5ade2c60ecfd56be2dcb4bf37a25b20a2f432a911ef7d96a0d9e71eb360a58fbb12ae7a821b92f2c733d12ac9ba1ef9e853fe13868
pkgname = i3stat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8808f6c58747..f7f6dcf10aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-bin
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.10.4_rc1
+pkgrel=1
pkgdesc="A lightweight and batteries-included status_command for i3 and sway"
arch=('x86_64')
url="https://github.com/acheronfail/i3stat"
@@ -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=('c5fe51b34f57c4bdfd30c70f397faa42971c10eae1de7a6cf139c79569650ecbde8db98efda2006a558f5d5f92d4fc50200f7376a04698bb2cd4f4b3a51788c1')
+sha512sums=('9f3ccbe9f4927e4749970f5ade2c60ecfd56be2dcb4bf37a25b20a2f432a911ef7d96a0d9e71eb360a58fbb12ae7a821b92f2c733d12ac9ba1ef9e853fe13868')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"