summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index ae5e2021d..c48db2661 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -6,7 +6,7 @@
# parabola changes and rationale (adapted from core/linux-tools):
# - changed upstream source url to linux-libre
-# - removed hyperV support
+# - removed hyperV and bpf support
pkgbase=linux-libre-tools
pkgname=(
@@ -23,8 +23,9 @@ case "$CARCH" in
armv7h) pkgname+=('gpio-utils' 'iio-utils') ;;
esac
-pkgver=4.19_gnu
-pkgrel=1
+pkgver=4.20
+pkgver+=_gnu
+pkgrel=2
license=('GPL2')
arch=('x86_64')
arch+=('i686' 'armv7h')
@@ -51,7 +52,7 @@ source=("https://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver//_/-}/l
'cpupower.systemd'
'cpupower.service'
'usbipd.service')
-sha256sums=('d06d7a0d59a96ab04e7af63244627d1d5aa2d99db84f81f559f0f8e7e58f94c8'
+sha256sums=('b80d5c0076dfa11ee8af63ad0b4795569d098b77020d2fffc797b892ba455a1f'
'SKIP'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'd2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
@@ -129,6 +130,7 @@ if [[ "$CARCH" == x86_64 ]] || [[ "$CARCH" == i686 ]]; then
msg2 'turbostat'
pushd linux-${pkgver%_*}/tools/power/x86/turbostat
make
+ popd
fi
if [[ "$CARCH" == armv7h ]]; then