summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-03 21:54:39 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-02-03 21:54:39 +0100
commitfbf4332aadd3aecf9c8bb0b12986acd8c87720a5 (patch)
treec2910e63a4fa6cd4962e0047ae06d341ff6ad757 /PKGBUILD
parent4e12f837cd54e3517840eab7720daf3a7d348ecc (diff)
downloadlinux-pinebook-fbf4332aadd3aecf9c8bb0b12986acd8c87720a5.tar.gz
linux-pinebook-fbf4332aadd3aecf9c8bb0b12986acd8c87720a5.tar.bz2
linux-pinebook-fbf4332aadd3aecf9c8bb0b12986acd8c87720a5.zip
Bumped version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23d6348..218ec5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
buildarch=8
pkgbase=linux-pinebook
-pkgver=5.9.pine1
+pkgver=5.10.12.pinebook1
pkgrel=1
_desc="AArch64 multi-platform with Pinebook support."
_srctag=v${pkgver%.*}-${pkgver##*.}
@@ -18,7 +18,6 @@ options=('!strip')
_srcname=pinebook-linux
source=(
"$_srcname::git+https://git.kent-dobias.com/system/linux?signed#tag=$_srctag"
- "git+https://github.com/Icenowy/rtl8723cs"
'config'
'kernel.its'
'kernel.keyblock'
@@ -33,8 +32,7 @@ validpgpkeys=(
'D214744D04A2CC409C37D331534FC3B63E48F730' # Jaron Kent-Dobias
)
md5sums=('SKIP'
- 'SKIP'
- '2b74f1ac0cfc49c602efc217b9260354'
+ '479a4ad517b00cb74df8d47ee55e6931'
'11a4f35c50f0bde59c30182aa7b797b7'
'61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8'
@@ -44,10 +42,6 @@ md5sums=('SKIP'
prepare() {
cd "${srcdir}/${_srcname}"
- git submodule init
- git config submodule.drivers/staging/rtl8723cs.url $srcdir/rtl8723cs
- git submodule update
-
cat "${srcdir}/config" > ./.config
# add pkgrel to extraversion
@@ -85,7 +79,7 @@ build() {
# build!
unset LDFLAGS
- make ${MAKEFLAGS} Image Image.gz modules dtbs
+ make -j9 ${MAKEFLAGS} Image Image.gz modules dtbs
}
_package() {