summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-05 16:20:40 +0200
committerhaawda2020-07-05 16:20:40 +0200
commit0f44fc0b031251fa4461554267bf92a20cdfaa43 (patch)
tree1491dcbb298a031bc0ab0e871901e0356bf64129
parent2e4694181ff18766a43cf6556e010a03ef775060 (diff)
downloadaur-0f44fc0b031251fa4461554267bf92a20cdfaa43.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 388efefbaea7..52343207fc72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = powerstat
pkgdesc = A tool for measuring a laptops power usage via the battery.
- pkgver = 0.02.23
+ pkgver = 0.02.24
pkgrel = 1
url = http://kernel.ubuntu.com/~cking/powerstat/
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-0.02.23.tar.gz
- sha256sums = 6a38acc4fb2e6b84003f7cb4e704bf9c88dff0c83bc1fe15d35c240e819248fa
+ source = https://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-0.02.24.tar.gz
+ sha256sums = 12781cb108be1fc3be5ec893e6d025bfb40ada060bdc5f7715b65397620f2c7b
pkgname = powerstat
diff --git a/PKGBUILD b/PKGBUILD
index f2c86ccfbe4a..81a922074a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=powerstat
-pkgver=0.02.23
+pkgver=0.02.24
pkgrel=1
pkgdesc='A tool for measuring a laptops power usage via the battery.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://kernel.ubuntu.com/~cking/powerstat/"
license=('GPL2')
depends=('glibc')
source=("https://kernel.ubuntu.com/~cking/tarballs/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6a38acc4fb2e6b84003f7cb4e704bf9c88dff0c83bc1fe15d35c240e819248fa')
+sha256sums=('12781cb108be1fc3be5ec893e6d025bfb40ada060bdc5f7715b65397620f2c7b')
build() {
cd $pkgname-$pkgver