Date: Tuesday, October 29, 2019 @ 19:20:31 Author: jlichtblau Revision: 520934
upgpkg: powertop 2.11-1 - new upstream release Modified: powertop/trunk/PKGBUILD powertop/trunk/powertop.changelog --------------------+ PKGBUILD | 8 ++++---- powertop.changelog | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-29 18:51:32 UTC (rev 520933) +++ PKGBUILD 2019-10-29 19:20:31 UTC (rev 520934) @@ -3,7 +3,7 @@ # Contributor: Xilon <[email protected]> pkgname=powertop -pkgver=2.10 +pkgver=2.11 pkgrel=1 pkgdesc='A tool to diagnose issues with power consumption and power management' arch=('x86_64') @@ -13,12 +13,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=('2ca3028b32bcbde0f603e4bf376d546c54730eed1b082e0cd3f3c24462f57a75') +sha256sums=('770d848005ce0b134bb603f3a3ab2e65acc3236675827d47108b13a75e42b66b') prepare() { cd "${srcdir}"/$pkgname-$pkgver -# version 2.10 info still needs fix - sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.10:' scripts/version +# version 2.11 info still needs fix + sed -i 's:RUN-VERSION-SCRIPT-IN-GIT-REPOSITORY-ONLY:v2.11:' scripts/version } build() { Modified: powertop.changelog =================================================================== --- powertop.changelog 2019-10-29 18:51:32 UTC (rev 520933) +++ powertop.changelog 2019-10-29 19:20:31 UTC (rev 520934) @@ -1,3 +1,6 @@ +2019-10-29 Jaroslav Lichtblau <[email protected]> + * powertop 2.11-1 + 2018-01-06 Jaroslav Lichtblau <[email protected]> * powertop 2.10-1
