diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-pinephone -pkgver=5.19.11.pp1 +pkgver=6.1.0.pp1 pkgrel=1 pkgdesc='Pinephone Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -12,7 +12,6 @@ arch=(aarch64) license=(GPL2) makedepends=( bc kmod libelf pahole - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick git dtc clang llvm lld @@ -30,7 +29,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '164ef64fec74fdf8e955efecb9c04359a7ea3bd4f471fa389f400cd3acabb778') + '680f7fb84d44abc8d1f52df3f53776a36602a6818571678064c9d580520f3de1') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |