diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-28 17:46:55 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-28 17:46:55 +0200 |
commit | e869cb0f1a21fc29e062ec6ccba8bcb0464a5ae6 (patch) | |
tree | 3b145056ba1e040fc09837a5d6d47b569644d3c8 /PKGBUILD | |
parent | 7884442c2b6eca70f4e2a3b41132386cb806c62b (diff) | |
download | linux-pinephone-e869cb0f1a21fc29e062ec6ccba8bcb0464a5ae6.tar.gz linux-pinephone-e869cb0f1a21fc29e062ec6ccba8bcb0464a5ae6.tar.bz2 linux-pinephone-e869cb0f1a21fc29e062ec6ccba8bcb0464a5ae6.zip |
Fixed things...
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase=linux-pinephone pkgver=5.18.7.pp2 -pkgrel=3 +pkgrel=5 pkgdesc='Pinephone Linux' _srctag=v${pkgver%.*}-${pkgver##*.} url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag" @@ -30,7 +30,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '6af28259eca634eb476f5f770c01f4890d10d9a67e6fd1ec2b16b508a5671347') + 'f83371436ee8b82d4feaa7dae98e7ceae4c78e9e5e9a2b85ed4ab86ac5368a4b') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |