diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,8 +3,8 @@ # Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-pinecube -pkgver=5.15.13.pc4 -pkgrel=3 +pkgver=6.1.0.pc1 +pkgrel=1 pkgdesc='Pinecube Linux' _srctag=v${pkgver%.*}-${pkgver##*.} url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag" @@ -12,9 +12,8 @@ arch=(armv7h) license=(GPL2) makedepends=( bc kmod libelf pahole - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick git - uboot-tools dtc + dtc clang llvm lld ) options=('!strip') @@ -30,7 +29,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - 'b5d039464b3e84fafc398c743f8bd95539e76aa62a84ed75e9c34e71accbbd69') + 'bd072502301c998744880f9e60b5576b3097a799ca171e2d17534e43e8eb485f') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |