summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hellhake2020-06-08 16:44:19 +0200
committerTim Hellhake2020-06-08 16:44:19 +0200
commitf037be385358e823564ca9903b9a1dfadf73596e (patch)
tree040fc5bc7c14fabbb9a9f01a4f4adf27d65ad28a
parentab4e5a33bc05899ed02bde59785202da55fc0502 (diff)
downloadaur-i3status-rust.tar.gz
Update to 0.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f86d91ec54..2f9461b85829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3status-rust
pkgdesc = Resourcefriendly and feature-rich replacement for i3status, written in pure Rust
- pkgver = 0.13.1
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/greshake/i3status-rust
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = i3status-rust
optdepends = powerline-fonts: for all themes using the Powerline arrow char
optdepends = speedtest-cli: for the speedtest block
optdepends = ttf-font-awesome: for the Awesome icons
- source = i3status-rust-0.13.1.tar.gz::https://github.com/greshake/i3status-rust/archive/v0.13.1.tar.gz
- sha512sums = 85c009d9164caac3b209c6afd0d7ad874cf8cea57a6c66c21a9484b186297f02c55cb8fb913db86cd0ccb55cabf14014900043927f9dea768ac7dc5b29a9f787
+ source = i3status-rust-0.14.1.tar.gz::https://github.com/greshake/i3status-rust/archive/v0.14.1.tar.gz
+ sha512sums = 8e254ad75199b3d4f6320c4af09dc82cc8f9528458e8e639f063be6f35d3d266452c1f9aa080101a08df90b46146764c60b09a3a67f7e4c399c603e0b71f2ef9
pkgname = i3status-rust
diff --git a/PKGBUILD b/PKGBUILD
index 0dc7ecfd3778..4dc9674f471f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('any')
url=https://github.com/greshake/i3status-rust
@@ -16,7 +16,7 @@ optdepends=('alsa-utils: for the volume block'
'speedtest-cli: for the speedtest block'
'ttf-font-awesome: for the Awesome icons')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('85c009d9164caac3b209c6afd0d7ad874cf8cea57a6c66c21a9484b186297f02c55cb8fb913db86cd0ccb55cabf14014900043927f9dea768ac7dc5b29a9f787')
+sha512sums=('8e254ad75199b3d4f6320c4af09dc82cc8f9528458e8e639f063be6f35d3d266452c1f9aa080101a08df90b46146764c60b09a3a67f7e4c399c603e0b71f2ef9')
build() {
cd $pkgname-$pkgver