summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28ebe60bfe0..ab5c94a8cc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Salama <salama@salama.xyz>
pkgname=energygraph
-pkgver=1.0_1
+pkgver=1.1_1
pkgrel=1
-pkgdesc="Graphs the energy use of a host inside a text terminal, using intel-rapl data from the /sys filesystem. Uses RAPL interface in /sys to determine the energy use of different zones, and graphs it in a text terminal."
+pkgdesc="Graphs the power use of a host inside a text terminal, using intel-rapl data from the /sys filesystem. Uses RAPL interface in /sys to determine the energy use of different zones, and graphs it in a text terminal."
arch=('x86_64')
url="https://github.com/stolk/$pkgname"
license=('MIT')
makedepends=('git' 'make')
-_tag=395e38c63410f8edf6882826206d9d7247c92c5c
+_tag=0ca5682a06f0460c445a534e4996512c86a16985
source=(git+https://github.com/stolk/$pkgname.git#tag=$_tag)
sha256sums=('SKIP')