diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-02-09 14:52:30 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-02-09 14:52:30 +0100 |
commit | 1b8a10b3d7c41ae8e64cb1b81a81f176e6a9979c (patch) | |
tree | 4a0a5d44ca07f835a00b177966d11b9f58ba98f8 /PKGBUILD | |
parent | e43e9dc42c8fcd32077a34768245df50ceb01565 (diff) | |
download | linux-pinebookpro-1b8a10b3d7c41ae8e64cb1b81a81f176e6a9979c.tar.gz linux-pinebookpro-1b8a10b3d7c41ae8e64cb1b81a81f176e6a9979c.tar.bz2 linux-pinebookpro-1b8a10b3d7c41ae8e64cb1b81a81f176e6a9979c.zip |
Version updates, and added arch crypto config.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-pinebookpro -pkgver=5.16.0.pbp1 +pkgver=5.16.8.pbp1 pkgrel=2 pkgdesc='Pinebook Pro Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -30,7 +30,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '80e568d0ad854bc2c0f4e04b0ebfd9b6e48e5592080cd48bf36bbbffd3be950b') + '43973d7a25ad0ab11e792b19183ea4e85138a5ff1768f9b4f2373052232714b3') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |