summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-11-11 23:52:08 +0100
committerpiotr2018-11-11 23:52:08 +0100
commitda629c8307b16d21d8fbc68ef90b92a48c829d88 (patch)
tree064f8960905d5a4104e01f9a47c8b33760997481
parent178394a60e682fb4a26c57bca0a7388f50706f8c (diff)
downloadaur-da629c8307b16d21d8fbc68ef90b92a48c829d88.tar.gz
~ removed from output; -Cx for swap usage as %
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 272c129fd338..3658049d156d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psuinfo
pkgdesc = A psutil-based command to display customizable system usage info in a single line, intended for Tint2 executors or CLI
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/nwg-piotr/psuinfo
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = psuinfo
depends = python
depends = python-psutil
source = https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo
- md5sums = 5fd9211938f04e2a0fb75282103c4981
+ md5sums = e8a9eb7e49acb5466e9a9ca8a89f347d
pkgname = psuinfo
diff --git a/PKGBUILD b/PKGBUILD
index 516a0c038ecd..6ec25ea5f8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('psuinfo')
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="A psutil-based command to display customizable system usage info in a single line, intended for Tint2 executors or CLI"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-psutil')
source=(https://github.com/nwg-piotr/psuinfo/raw/master/psuinfo)
-md5sums=('5fd9211938f04e2a0fb75282103c4981')
+md5sums=('e8a9eb7e49acb5466e9a9ca8a89f347d')
package() {
install -D -m 755 psuinfo \