summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecdd44a843a4..4bcdb6d3e214 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.13.0
+ pkgver = 0.13.1
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.13.0.zip::https://github.com/acheronfail/i3stat/releases/download/0.13.0/i3stat-x86_64-unknown-linux-gnu.zip
- sha512sums = 8e77e825a073708705c4940961e9052cc2f17e2094fbb25c30cd17d1d1b1089558d88a26f329836a266c66c5696c5eea746580037c0e68daf0ac14b407e9839a
+ source = i3stat-0.13.1.zip::https://github.com/acheronfail/i3stat/releases/download/0.13.1/i3stat-x86_64-unknown-linux-gnu.zip
+ sha512sums = 4b3686cf455e392e5aff746340762b59c10d2b70a855215b7eb5b23265737d6218cd4d9c42fdaac7cd196e78275bfd468129dbe176e282baea9160896fd41a82
pkgname = i3stat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ea9dd6daa18..e70adecd40b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Callum Osmotherly <acheronfail@gmail.com>
pkgname=i3stat-bin
-pkgver=0.13.0
+pkgver=0.13.1
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=('8e77e825a073708705c4940961e9052cc2f17e2094fbb25c30cd17d1d1b1089558d88a26f329836a266c66c5696c5eea746580037c0e68daf0ac14b407e9839a')
+sha512sums=('4b3686cf455e392e5aff746340762b59c10d2b70a855215b7eb5b23265737d6218cd4d9c42fdaac7cd196e78275bfd468129dbe176e282baea9160896fd41a82')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"