diff options
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 |