diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-04-16 07:47:52 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-04-16 07:47:52 -0400 |
commit | eef74644a97911df2f68c0f2ca62a99a65398266 (patch) | |
tree | 28615efa2fe38bbbc83e8c57b844caa347c5a843 /PKGBUILD | |
parent | 566f3d3246e73ffbf27bc2294f2263a875d878d9 (diff) | |
download | linux-pinebook-eef74644a97911df2f68c0f2ca62a99a65398266.tar.gz linux-pinebook-eef74644a97911df2f68c0f2ca62a99a65398266.tar.bz2 linux-pinebook-eef74644a97911df2f68c0f2ca62a99a65398266.zip |
Upgraded to v5.7-rc1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -4,10 +4,8 @@ buildarch=8 -_ver=5.6 - pkgbase=linux-pinebook -pkgver=5.6.pinebook10 +pkgver=5.7.pine1 pkgrel=1 _desc="AArch64 multi-platform with Pinebook support." _srctag=v${pkgver%.*}-${pkgver##*.} @@ -34,7 +32,7 @@ validpgpkeys=( 'D214744D04A2CC409C37D331534FC3B63E48F730' # Jaron Kent-Dobias ) md5sums=('SKIP' - '42d0b61d8c7be1b3e00f676b0e8104fd' + '9ab48704bc219c48a3cadcc95498fbf5' '11a4f35c50f0bde59c30182aa7b797b7' '61c5ff73c136ed07a7aadbf58db3d96a' '584777ae88bce2c5659960151b64c7d8' @@ -61,7 +59,7 @@ build() { # load configuration # Configure the kernel. Replace the line below with one of your choice. - #make menuconfig # CLI menu for configuration + make menuconfig # CLI menu for configuration #make nconfig # new CLI menu for configuration #make xconfig # X-based configuration #make oldconfig # using old config from previous kernel version |