summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-09 10:39:45 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-09 10:39:45 +0100
commit7d8afa65d5b2e5fb1a9b3f04264b15824b80d510 (patch)
treed5d7d1e29a2912b9da6eecf7bfc89c0d9466a425 /libre/linux-libre-tools
parentb2af17e544ffecaf18a519dcd10597f08f02feba (diff)
downloadabslibre-7d8afa65d5b2e5fb1a9b3f04264b15824b80d510.tar.gz
abslibre-7d8afa65d5b2e5fb1a9b3f04264b15824b80d510.tar.bz2
abslibre-7d8afa65d5b2e5fb1a9b3f04264b15824b80d510.zip
libre/linux-libre-tools: updated to 4.20_gnu
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