diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -15,9 +15,10 @@ # Arch version uses git pkgbase=linux -_majver=4.20 -_minver=13 -pkgver=${_majver}.${_minver} +_majver=5.0 +#_minver=0 +pkgver=${_majver} +#.${_minver} _gcc_more_v='20180509' _srcname=linux-${pkgver} pkgrel=1 @@ -27,8 +28,8 @@ license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') conflicts=('linux-libre') options=('!strip') -source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz - https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.sign +source=(https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz + https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.sign enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz ath9k-regdom-hack.patch raid6-default-algo.patch @@ -37,12 +38,12 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk ) -sha256sums=('0e73adb4f0a4e68ae260d5aa644eb9c50e847f204258a5e43ce88dc791eb0ac1' +sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43' 'SKIP' '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d' 'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' '0f81d6e4158b7beeb0eb514f1b9401f7e23699cb0f7b0d513e25dae1815daaeb' - '77bd79791cbfc91d4e62a77245e7e784e6978cbadb4450cb1a611a68944b84aa' + '7d25321b9722095a06f9287ce6c4ee0982f873afcf31eef12bbf51c6acd6bc89' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65') |