summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Chevalier2017-03-09 08:21:56 +0000
committerPierre Chevalier2017-03-09 08:21:59 +0000
commit28f350beb8a1a7c86576e7a731b6be35b09046b6 (patch)
tree7125152a751efaa98cec182067e2b2d98260f888
parent420fa71853d1aed6d54a61d2129b12b337499a36 (diff)
downloadaur-28f350beb8a1a7c86576e7a731b6be35b09046b6.tar.gz
Update to version 0.1.1
Now with battery stats for Linux
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed07b415e55..003ef43e18b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-dwm-status
pkgdesc = A status bar for tiling window managers with pretty unicode symbols written in rust
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/pierrechevalier83/rust-dwm-status
arch = i686
@@ -8,8 +8,8 @@ pkgbase = rust-dwm-status
license = MIT
makedepends = cargo
depends = xorg-xsetroot
- source = rust-dwm-status-0.1.0.tar.gz::https://crates.io/api/v1/crates/rust-dwm-status/0.1.0/download
- sha256sums = 579dafb5f4c0de8a8c6e17f94bf7fc6cc9be6e6fa4960b3efc0c22ccca56ed21
+ source = rust-dwm-status-0.1.1.tar.gz::https://crates.io/api/v1/crates/rust-dwm-status/0.1.1/download
+ sha256sums = fc9b91b6679b795957607d16bf28acf1669bdd1e9d9a417561ee1f9f531b8f2d
pkgname = rust-dwm-status
diff --git a/PKGBUILD b/PKGBUILD
index 09a5b0c5d93a..d5d9dbf12ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rust-dwm-status
_pkgname=rust-dwm-status
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="A status bar for tiling window managers with pretty unicode symbols written in rust"
url="https://github.com/pierrechevalier83/rust-dwm-status"
@@ -11,7 +11,7 @@ depends=('xorg-xsetroot')
arch=('i686' 'x86_64')
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download")
-sha256sums=('579dafb5f4c0de8a8c6e17f94bf7fc6cc9be6e6fa4960b3efc0c22ccca56ed21')
+sha256sums=('fc9b91b6679b795957607d16bf28acf1669bdd1e9d9a417561ee1f9f531b8f2d')
build() {
cd "$_pkgname-$pkgver"
cargo build --release