diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-07-20 00:47:33 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-07-20 00:47:33 +0200 |
commit | a95c03349af92c021eb0e1c30bd6c221ece566f6 (patch) | |
tree | ed2c04aea6799fb7acfa344aaaa2059827ce6749 /PKGBUILD | |
parent | 1e3f5c4f16af19549c263118bee0af2f33a0361d (diff) | |
download | linux-raspberrypi4-a95c03349af92c021eb0e1c30bd6c221ece566f6.tar.gz linux-raspberrypi4-a95c03349af92c021eb0e1c30bd6c221ece566f6.tar.bz2 linux-raspberrypi4-a95c03349af92c021eb0e1c30bd6c221ece566f6.zip |
Fixed graphics config.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgbase=linux-raspberrypi4 -pkgver=5.18.12.rpi1 -pkgrel=4 +pkgver=5.18.12.rpi2 +pkgrel=1 pkgdesc='Raspberry Pi 4 Linux' _srctag=v${pkgver%.*}-${pkgver##*.} url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag" @@ -29,7 +29,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - 'a01c5bc1f77cfa67617ee9c7407badb0b644b5ec372e556bd52913564026aed9' + 'b5447a770864697af8a0479f2db86a6fa54a923f22f8160170dca7da2b0262ed' '4525594b37c19582ccbcbaa70c92f344fb752c58bbdd24eebc888282c7fc3a05') export KBUILD_BUILD_HOST=archlinux |