diff --git a/core/linux-rpi/PKGBUILD b/core/linux-rpi/PKGBUILD index f75869974..ae513b564 100644 --- a/core/linux-rpi/PKGBUILD +++ b/core/linux-rpi/PKGBUILD @@ -7,11 +7,11 @@ buildarch=12 pkgbase=linux-rpi -_commit=1d6957db7f835469ceab856ef255bdbdf16ddb5e +_commit=e85172ebf56a2148d97e131413430a1e34109428 _srcname=linux-${_commit} _kernelname=${pkgbase#linux} -pkgver=5.10.89 -pkgrel=2 +pkgver=5.10.90 +pkgrel=1 pkgdesc='Linux' url="http://www.kernel.org/" arch=(armv7h aarch64) @@ -22,22 +22,18 @@ makedepends=( options=('!strip') source_armv7h=('config' 'config.txt') source_aarch64=('config8' 'config8.txt') -source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz" +source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz" cmdline.txt 0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch 0002-revert-gamma.patch::https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4/-/raw/master/revert-gamma.diff?inline=false - 0003-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch::https://github.com/raspberrypi/linux/commit/362656eeaea1038ab04a6c459a63da46fe0e6e60.patch - 0004-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch::https://github.com/raspberrypi/linux/commit/2a8ba20ef6ee040001f02fd37476b41863cc7197.patch linux.preset 60-linux.hook 90-linux.hook ) -md5sums=('e10a11d19cb083907293144cb52cce5e' +md5sums=('e770016311d27ec9745d1821e9765f5e' '31c02f4518d46deb5f0c2ad1f8b083cd' 'f66a7ea3feb708d398ef57e4da4815e9' 'e15bac8034085a38ecd4a57584caa819' - 'e32dbbe34ddc27b98df402cdc810e183' - 'c09576ec764f964692f3f193c2963cfa' '86d4a35722b5410e3b29fc92dae15d4b' '0a5f16bfec6ad982a2f6782724cca8ba' '441ec084c47cddc53e592fb0cbce4edf') @@ -63,10 +59,6 @@ prepare() { # also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629 patch -Np1 -i ../0002-revert-gamma.patch - # fixes https://github.com/raspberrypi/linux/issues/4803 - patch -Np1 -i ../0003-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch - patch -Np1 -i ../0004-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch - echo "Setting version..." scripts/setlocalversion --save-scmversion echo "-$pkgrel" > localversion.10-pkgrel