diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-01-05 14:11:58 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-01-05 14:11:58 +0100 |
commit | 68bf980495b103da035509687eb3e57a22f3d46a (patch) | |
tree | 85cb365e365403b28fc6099c32c463a86d9d5ca9 /PKGBUILD | |
parent | f31f8308a4cb34b4ac1264c242295fe4dfa68b4f (diff) | |
download | linux-pinebookpro-68bf980495b103da035509687eb3e57a22f3d46a.tar.gz linux-pinebookpro-68bf980495b103da035509687eb3e57a22f3d46a.tar.bz2 linux-pinebookpro-68bf980495b103da035509687eb3e57a22f3d46a.zip |
Updated to 5.15.13.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-pinebookpro -pkgver=5.15.2.pbp1 +pkgver=5.15.13.pbp1 pkgrel=1 pkgdesc='Pinebook Pro Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -14,7 +14,7 @@ makedepends=( bc kmod libelf pahole xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick git - uboot-tools dtc + dtc clang llvm lld ) options=('!strip' '!ccache') @@ -30,7 +30,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - 'a854e8f150ccb776690843d271838421930bbb373317c9fda482bbcdfbd0aeb8') + '9ac40d4c3c61d847db6fe119441e1424c6dc155eb7d4268080abd7ad17754138') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |