From 1673312cfc9f8c2de03e06653f86f1be8879f765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Guti=C3=83errez?= Date: Wed, 19 Jan 2022 21:26:54 +0100 Subject: [PATCH] Fix using the new patches --- PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f51400c..8e8a7b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -36,10 +36,12 @@ prepare() { cd ${_srcname} # add upstream patch - #git apply --whitespace=nowarn ../patch-${pkgver} + git apply --whitespace=nowarn ../patch-${pkgver} # ALARM patches - git apply ../0001-pinebook-bluetooth.patch + git apply ../0001-Bluetooth-Add-new-quirk-for-broken-local-ext-features.patch + git apply ../0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch + git apply ../0003-arm64-allwinner-a64-enable-Bluetooth-On-Pinebook.patch cat "${srcdir}/config" > ./.config