summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58498bae9ad8..272c129fd338 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.1
+ pkgver = 0.0.2
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 = 59ea520db64b5a9711e9a3fbd815ac98
+ md5sums = 5fd9211938f04e2a0fb75282103c4981
pkgname = psuinfo
diff --git a/PKGBUILD b/PKGBUILD
index 2ebc5a91134a..516a0c038ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('psuinfo')
-pkgver=0.0.1
+pkgver=0.0.2
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=('59ea520db64b5a9711e9a3fbd815ac98')
+md5sums=('5fd9211938f04e2a0fb75282103c4981')
package() {
install -D -m 755 psuinfo \