summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsickcodes2022-12-09 07:16:32 +0000
committersickcodes2022-12-09 07:16:32 +0000
commit631500b2592441f5fc4424346b53c6ec03579302 (patch)
treea2b59ad0f039578dfbbb393c22a688653c1665f7 /PKGBUILD
parentaf4a4e74516a439e158a2e94bc892bb4b11a3fae (diff)
downloadaur-anbox-modules-dkms.tar.gz
Update to https://github.com/sickcodes/aur/commit/7f5e985bdb8867015c36c018de4f4582c4fcac24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443bafec234d..2f024f118203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,10 +16,12 @@ depends=('dkms')
makedepends=('git')
source=("git+https://github.com/choff/${_pkgname}.git#commit=8148a162755bf5500a07cf41a65a02c8f3eb0af9"
"https://github.com/sickcodes/anbox-modules/commit/7c19d3c66758747d854c63e4c34ef127ce201fa6.patch"
- "https://github.com/choff/anbox-modules/pull/4.patch")
+ "https://github.com/choff/anbox-modules/pull/4.patch"
+ "linux-6.patch")
sha256sums=('SKIP'
'7589f311fd9a503c30a214b54f1f687c26a2f160d4339098c65f655e9b1e3556'
- 'fced11f849692dd1f0f36b50bb859d85aa244a536c2cef529a14bb73f568bb5e')
+ 'fced11f849692dd1f0f36b50bb859d85aa244a536c2cef529a14bb73f568bb5e'
+ 'SKIP')
conflicts=(anbox-modules-dkms-git)
prepare() {
@@ -31,6 +33,8 @@ prepare() {
# # Patch for 5.19
patch -p1 -i "${srcdir}"/4.patch
+ # # Patch for kernel 6.xx
+ patch --forward --strip=1 --input="${srcdir}/linux-6.patch"
}
package() {