summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-10-31 22:52:06 +0100
committerAntoine Viallon2021-10-31 22:54:14 +0100
commit4bed5a3336f92a74f6c4b5f934923723f52e3f4c (patch)
treebc72863fc44371afdfe44d9305e97db632c1b149
parent73a27a97feb4c28fba9f64e56c434014901e4061 (diff)
downloadaur-4bed5a3336f92a74f6c4b5f934923723f52e3f4c.tar.gz
Added patch to automatically patch newer upstream kernel PKGBUILD
-rw-r--r--apply_pkgbuild_patch.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/apply_pkgbuild_patch.diff b/apply_pkgbuild_patch.diff
new file mode 100644
index 000000000000..6442f529ffee
--- /dev/null
+++ b/apply_pkgbuild_patch.diff
@@ -0,0 +1,14 @@
+diff --git a/PKGBUILD b/PKGBUILD
+index 7379d2c..63f8cd8 100644
+--- a/PKGBUILD
++++ b/PKGBUILD
+@@ -34,2 +34,4 @@ export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EP
+
++source PKGBUILD.include
++
+ prepare() {
+@@ -51,2 +53,4 @@ prepare() {
+
++ configure_arch
++
+ echo "Setting config..."