summaryrefslogtreecommitdiff
path: root/community/powertop
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-05 12:26:01 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-05 12:26:01 +0200
commit1d26d40c2055019b7eb001251919aa73baae0029 (patch)
tree6e82d53221a6b36419caa82eaff4d3b7e0d26ae3 /community/powertop
parentb01715ac53b66678d6cfaf04809e9fde2ea0d995 (diff)
parentb3923b26c3d37257246fea13bdb1151c96cb2fe4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/notmuch/PKGBUILD extra/calligra/PKGBUILD libre/texlive-bin-libre/PKGBUILD
Diffstat (limited to 'community/powertop')
-rw-r--r--community/powertop/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD
index 5600762f0..19afd3fe9 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' 'mips64el')
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"