summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hellhake2019-10-11 17:24:24 +0200
committerTim Hellhake2019-10-11 17:24:24 +0200
commitf0b7a7acd23bfe504fbc697b6d09231c59cd1828 (patch)
treef50ddb0c52906cf86dd89574884195daa16ce03e
parentcd2f2da256650173c1431ed747be8c728d464332 (diff)
downloadaur-f0b7a7acd23bfe504fbc697b6d09231c59cd1828.tar.gz
Update to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1525db21b42a..da98b89f721b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-rust
pkgdesc = Resourcefriendly and feature-rich replacement for i3status, written in pure Rust
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/greshake/i3status-rust
arch = x86_64
@@ -12,8 +12,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.10.0.tar.gz::https://github.com/greshake/i3status-rust/archive/v0.10.0.tar.gz
- sha512sums = 2d13ed29dcf94d8dcaeaee03e3c2eb782d1edae28814acbdf0677ee28bece64f6e05b56269641405229fa2ec3c22be076622bd62eec5886967e844b113a9adf5
+ source = i3status-rust-0.11.0.tar.gz::https://github.com/greshake/i3status-rust/archive/v0.11.0.tar.gz
+ sha512sums = 343bec093b69f3966d2b342f30a1595bf443146afdeb03f70e60dbea352b1093fd1b917c7a2eb882c1ded7137dc32f8f7baa82d57372cd281fcc46ca7f247f91
pkgname = i3status-rust
diff --git a/PKGBUILD b/PKGBUILD
index 7b41d29975c6..fcb98e984f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-_commit=v0.10.0
+_commit=v0.11.0
pkgname=i3status-rust
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('x86_64')
@@ -17,7 +17,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/$_commit.tar.gz")
-sha512sums=('2d13ed29dcf94d8dcaeaee03e3c2eb782d1edae28814acbdf0677ee28bece64f6e05b56269641405229fa2ec3c22be076622bd62eec5886967e844b113a9adf5')
+sha512sums=('343bec093b69f3966d2b342f30a1595bf443146afdeb03f70e60dbea352b1093fd1b917c7a2eb882c1ded7137dc32f8f7baa82d57372cd281fcc46ca7f247f91')
build() {
cd $pkgname-$pkgver