[arch-commits] Commit in powertop/trunk (PKGBUILD powertop.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jul 6 12:43:58 UTC 2020
Date: Monday, July 6, 2020 @ 12:43:56
Author: jlichtblau
Revision: 657989
upgpkg: powertop 2.13-1 - new upstream release
Modified:
powertop/trunk/PKGBUILD
powertop/trunk/powertop.changelog
--------------------+
PKGBUILD | 9 +++------
powertop.changelog | 3 +++
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-06 12:34:23 UTC (rev 657988)
+++ PKGBUILD 2020-07-06 12:43:56 UTC (rev 657989)
@@ -3,7 +3,7 @@
# Contributor: Xilon <xilonmu at gmail.com>
pkgname=powertop
-pkgver=2.12
+pkgver=2.13
pkgrel=1
pkgdesc='A tool to diagnose issues with power consumption and power management'
arch=('x86_64')
@@ -14,15 +14,12 @@
optdepends=('xorg-xset: for the --calibrate function')
changelog=$pkgname.changelog
source=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/archive/v$pkgver.tar.gz)
-sha256sums=('35fbdbf2a02bf6f3558c013d83f4a0e96c2af9a29d0f764b843339f7c39bd1fb')
+sha256sums=('e490c82dbfa87c98430c16151081fbe86e6f45d8be3dd8c48b89e8868dda85a1')
build() {
cd "${srcdir}"/$pkgname-$pkgver
-# https://bugzilla.redhat.com/show_bug.cgi?id=1826935
- autoreconf -fi || autoreconf -fi
-
-# ./autogen.sh
+ ./autogen.sh
./configure --prefix=/usr --sbindir=/usr/bin
make
}
Modified: powertop.changelog
===================================================================
--- powertop.changelog 2020-07-06 12:34:23 UTC (rev 657988)
+++ powertop.changelog 2020-07-06 12:43:56 UTC (rev 657989)
@@ -1,3 +1,6 @@
+2020-07-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * powertop 2.13-1
+
2020-05-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* powertop 2.12-1
More information about the arch-commits
mailing list