diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgbase=linux-raspberrypi4 -pkgver=5.19.6.rpi1 +pkgver=5.19.7.rpi1 pkgrel=1 pkgdesc='Raspberry Pi 4 Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -28,7 +28,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '983d6deb9e210f9bdd28954068fa6b06a2e13b06fdf60fee86c56a0aa52950e3') + '4a71e5ab383efa76a5816f5182314feac91b5e547783fe478935c1cd35f66915') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |