summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2022-06-06 21:41:31 +0300
committerChristoph Gysin2022-06-06 21:42:26 +0300
commit0a70139fffdeaffc9d792f39d5b46c552666eb33 (patch)
treed392186032a58c49e5ad024a24aea718a2cf4241
parent22917ecf4437e613bdbc0d32b3de5adf58eaadf3 (diff)
downloadaur-0a70139fffdeaffc9d792f39d5b46c552666eb33.tar.gz
fix build against >=linux-5.18.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4790050c137..3e105dd4120e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = macbook12-spi-driver-dkms
pkgdesc = Driver for the keyboard, touchpad and touchbar found in newer MacBook (Pro) models
pkgver = 0+git.304
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/roadrunner2/macbook12-spi-driver
arch = i686
arch = x86_64
@@ -14,10 +14,12 @@ pkgbase = macbook12-spi-driver-dkms
source = linux-5.9.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/5328c33cf2fc40208811cd6e191890537db6aeb4.patch
source = linux-5.13.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/cb139b1f725ef23063c787028bcb8287571cffae.patch
source = linux-5.14.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/f85d028a41fbc928048c8ad248735501e76a2ce9.patch
+ source = linux-5.18.1.patch::https://github.com/roadrunner2/macbook12-spi-driver/commit/2905d318d1a3ee1a227052490bf20eddef2592f9.patch
sha256sums = SKIP
sha256sums = e42243352d015a78e5d13260361d3052d0b84c4105bcb89191a319f2249cc47b
sha256sums = 119491f0b1e903b2fd7a6d8152d3f82f70d5a294e2740b6478904d7ba92b7c22
sha256sums = 78124048bb151f09486df4767ccb3f657a2c19415e642ad1486ee3f640d9fa79
sha256sums = f497f8a7f03c841a1ecd0e5f8903499d78bf856e7790eb83cdc570b0c423a4b1
+ sha256sums = b9a6479688437370f3b74f94b0d952df3c48fc52369e27a1866352a33661f8d1
pkgname = macbook12-spi-driver-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 39736f0097b1..1152f3d57e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=macbook12-spi-driver
pkgname=(${_pkgbase}-dkms)
pkgver=0+git.304
-pkgrel=3
+pkgrel=4
pkgdesc="Driver for the keyboard, touchpad and touchbar found in newer MacBook (Pro) models"
arch=('i686' 'x86_64')
url="https://github.com/roadrunner2/macbook12-spi-driver"
@@ -16,12 +16,14 @@ source=(git+https://github.com/roadrunner2/macbook12-spi-driver.git#branch=touch
dkms.conf
linux-5.9.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/5328c33cf2fc40208811cd6e191890537db6aeb4.patch
linux-5.13.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/cb139b1f725ef23063c787028bcb8287571cffae.patch
- linux-5.14.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/f85d028a41fbc928048c8ad248735501e76a2ce9.patch)
+ linux-5.14.patch::https://github.com/PatrickVerner/macbook12-spi-driver/commit/f85d028a41fbc928048c8ad248735501e76a2ce9.patch
+ linux-5.18.1.patch::https://github.com/roadrunner2/macbook12-spi-driver/commit/2905d318d1a3ee1a227052490bf20eddef2592f9.patch)
sha256sums=('SKIP'
'e42243352d015a78e5d13260361d3052d0b84c4105bcb89191a319f2249cc47b'
'119491f0b1e903b2fd7a6d8152d3f82f70d5a294e2740b6478904d7ba92b7c22'
'78124048bb151f09486df4767ccb3f657a2c19415e642ad1486ee3f640d9fa79'
- 'f497f8a7f03c841a1ecd0e5f8903499d78bf856e7790eb83cdc570b0c423a4b1')
+ 'f497f8a7f03c841a1ecd0e5f8903499d78bf856e7790eb83cdc570b0c423a4b1'
+ 'b9a6479688437370f3b74f94b0d952df3c48fc52369e27a1866352a33661f8d1')
pkgver() {
cd $_pkgbase
@@ -33,6 +35,7 @@ prepare() {
patch -Np1 -i ${srcdir}/linux-5.9.patch
patch -Np1 -i ${srcdir}/linux-5.13.patch
patch -Np1 -i ${srcdir}/linux-5.14.patch
+ patch -Np1 -i ${srcdir}/linux-5.18.1.patch
}
package() {