summaryrefslogtreecommitdiff
path: root/community/powertop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/powertop/PKGBUILD')
-rw-r--r--community/powertop/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD
index 0c0cf4ce8..fe3b066ca 100644
--- a/community/powertop/PKGBUILD
+++ b/community/powertop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 95046 2013-08-04 10:58:38Z lcarlier $
+# $Id: PKGBUILD 101505 2013-11-26 18:13:32Z bpiotrowski $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Xilon <xilonmu@gmail.com>
pkgname=powertop
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc='A tool to diagnose issues with power consumption and power management'
arch=('i686' 'x86_64')
@@ -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=('42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7')
+sha256sums=('8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b')
build() {
cd "$srcdir/$pkgname-$pkgver"