Flagged Out-of-Date Comment: clr-power-tweaks

Moviuro flagged clr-power-tweaks out-of-date on 2023-01-30 (UTC) for the following reason:

https://github.com/clearlinux/clr-power-tweaks/releases/tag/v212 v212 builds with no need for the patch included in this current repo. artifact naming has changed. diff --git a/PKGBUILD b/PKGBUILD index a8247c5..38907bf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Sean V Kelley <seanvk@posteo.de> pkgname=clr-power-tweaks -pkgver=208 -pkgrel=2 +pkgver=212 +pkgrel=1 pkgdesc="Power Tweaks -- adjusts runtime kernel options for optimal power and performance" arch=('i686' 'x86_64') url="https://github.com/clearlinux/clr-power-tweaks" @@ -11,14 +11,14 @@ license=('GPL3') depends=('glibc') options=('!emptydirs') changelog= -source=($url/archive/$pkgname-$pkgver.tar.gz 'verify_time.patch') -sha256sums=('72660594d400dc13259743d400c674032bbb0199925580dc608fd12fa2bc0225' - '974619b5700f33d36f297dce522d913f20929e00eb14821f95b7dff21f6efd42') +source=($url/archive/v$pkgver.tar.gz 'verify_time.patch') +sha256sums=('eabec4083293ded53a0720cd9649fb06d9a13892dbd0374abdbed560beed3422' + '974619b5700f33d36f297dce522d913f20929e00eb14821f95b7dff21f6efd42') -prepare() { - cd "$pkgname-$pkgver" - patch --forward --strip=2 --input="${srcdir}/verify_time.patch" -} build() { export LD_RUN_PATH='$ORIGIN/lib/' cd $pkgname-$pkgver