summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSalama2022-09-29 14:57:24 +0300
committerSalama2022-09-29 14:57:24 +0300
commit10c0725b6e79c65b638a8e63e4ade11d1d16f737 (patch)
treeafbb44b1ca527cdd97e3fb0ec77ce0941324d6b7 /PKGBUILD
parent925f0941a923fe3b55cdc6b3d82bee6c3f3f065e (diff)
downloadaur-10c0725b6e79c65b638a8e63e4ade11d1d16f737.tar.gz
Bump version and update description
Diffstat (limited to 'PKGBUILD')
-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')