diff options
author | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-05 02:24:00 -0700 |
commit | b3923b26c3d37257246fea13bdb1151c96cb2fe4 (patch) | |
tree | 868c0a9f4649cfc0849318696f440a10bc412d9b /community/powertop | |
parent | 639c9730319cc0ce33e34e2386f467f67d3cc458 (diff) |
Mon Aug 5 02:23:17 PDT 2013
Diffstat (limited to 'community/powertop')
-rw-r--r-- | community/powertop/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD index 6285290c5..0c0cf4ce8 100644 --- a/community/powertop/PKGBUILD +++ b/community/powertop/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91995 2013-05-30 21:12:52Z lcarlier $ +# $Id: PKGBUILD 95046 2013-08-04 10:58:38Z lcarlier $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: Xilon <xilonmu@gmail.com> pkgname=powertop -pkgver=2.3 -pkgrel=2 +pkgver=2.4 +pkgrel=1 pkgdesc='A tool to diagnose issues with power consumption and power management' arch=('i686' 'x86_64') url='https://01.org/powertop/' @@ -13,7 +13,7 @@ license=('GPL2') depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils') changelog=$pkgname.changelog source=(https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz) -sha256sums=('b8c1add69afee28c77dca56fdcedb4a46820f3a71c86aae7891b0c5c595cd744') +sha256sums=('42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7') build() { cd "$srcdir/$pkgname-$pkgver" |