diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-09 22:27:55 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-09 22:27:55 +0200 |
commit | 0451fdaa9ce4f868fcafc2ef8dfc1485ed9b1fc8 (patch) | |
tree | a8a0f7330a1a437b815f4a3dfaeb74ce5671e9d3 /PKGBUILD | |
parent | 1088e4bd3a7a6517fd383225851c7685d0cb7310 (diff) | |
download | linux-pinebookpro-0451fdaa9ce4f868fcafc2ef8dfc1485ed9b1fc8.tar.gz linux-pinebookpro-0451fdaa9ce4f868fcafc2ef8dfc1485ed9b1fc8.tar.bz2 linux-pinebookpro-0451fdaa9ce4f868fcafc2ef8dfc1485ed9b1fc8.zip |
Bumped version to v5.19.8-pbp1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ # Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-pinebookpro -pkgver=5.19.7.pbp1 -pkgrel=2 +pkgver=5.19.8.pbp1 +pkgrel=1 pkgdesc='Pinebook Pro 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' - '09c4b355fd71906a54159df299eafe4a9e76364b1ad388e897111237a9506432') + '8cdbac31a0a0f58b25e55a0bb2d3eeed00cd9d1a142cc8545e4b1496f91174ea') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |