From 0fec1187c93fba4f7f3db50298dea24c24e18074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Tue, 15 Jan 2019 10:59:57 +0100 Subject: [PATCH] Bump 2019.01.15-2 Move back to 4.19.x because of perf issues with 4.20 --- PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9e761a6..c11024b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=linux-seblu-meta pkgname=(linux-seblu-meta linux-seblu-4.9-meta) pkgver=2019.01.15 -pkgrel=1 +pkgrel=2 pkgdesc='Meta package for Linux kernel cooked by Seblu' arch=('x86_64') url='https://git.seblu.net/archlinux/packages/linux-seblu-meta' @@ -16,20 +16,21 @@ package_linux-seblu-meta() { # kernel release are about every 2/3 months depends=( 'linux-firmware' - 'linux-4.20.2-seblu' + 'linux-4.19.15-seblu' ) optdepends=( + 'linux-4.20.2-seblu' 'linux-4.20.1-seblu' 'linux-4.20.0-seblu' 'linux-4.19.0-seblu' 'linux-4.18.20-seblu' - ) - conflicts=( 'linux-4.18.18-seblu' 'linux-4.18.16-seblu' 'linux-4.18.3-seblu' 'linux-4.18.1-seblu' 'linux-4.18.0-seblu' + ) + conflicts=( 'linux-4.17.14-seblu' 'linux-4.17.0-seblu' 'linux-4.16.0-seblu' -- GitLab