From 566f3d3246e73ffbf27bc2294f2263a875d878d9 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 25 Feb 2020 17:21:47 -0500 Subject: Several changes --- PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 664daff..385cc56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,22 +1,23 @@ # AArch64 multi-platform with Pine64 support -# Maintainer: Vasily Khoruzhick +# Maintainer: Jaron Kent-Dobias +# Contributor: Vasily Khoruzhick buildarch=8 _ver=5.6 -pkgbase=linux-pine64 -_srctag=v5.6-pine64-9 -_srcname=pine64-linux +pkgbase=linux-pinebook +pkgver=5.6.pinebook10 +pkgrel=1 +_desc="AArch64 multi-platform with Pinebook support." +_srctag=v${pkgver%.*}-${pkgver##*.} +url="https://git.kent-dobias.com/system/linux/log/?h=$_srctag" _kernelname=${pkgbase#linux} -_desc="AArch64 multi-platform with Pine64 support" -pkgver=5.6 -pkgrel=9 arch=('aarch64') -url="http://www.kernel.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'dtc') options=('!strip') +_srcname=pinebook-linux source=( "$_srcname::git+https://git.kent-dobias.com/system/linux?signed#tag=$_srctag" 'config' @@ -62,7 +63,7 @@ build() { # Configure the kernel. Replace the line below with one of your choice. #make menuconfig # CLI menu for configuration #make nconfig # new CLI menu for configuration - make xconfig # X-based configuration + #make xconfig # X-based configuration #make oldconfig # using old config from previous kernel version # ... or manually edit .config -- cgit v1.2.3-54-g00ecf