summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Brink2019-05-30 15:02:25 -0700
committerJames Brink2019-05-30 15:02:25 -0700
commitb5f5d1740086dae0217cac74ba5c1b65b5f6cd64 (patch)
treeafd7af8c38c5f8be43dbea8c32a3446c30c4fbe1 /PKGBUILD
parent4dc2fc7ef5dde25707ad521a830b9161c6e400b7 (diff)
downloadaur-b5f5d1740086dae0217cac74ba5c1b65b5f6cd64.tar.gz
Fix builds for kernels < 5.1
The previous patch addressed build issues for kernels >= 5.1, but incidentally broke builds on older kernels. This patch addresses both old and new kernels.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f7ed67018f6..d17998bdd455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=darling
pkgbase=$_gitname-git
pkgname=('darling-git' 'darling-mach-dkms-git')
-pkgver=r2535.9abed516
+pkgver=r2543.567a5a27
pkgrel=1
pkgdesc="Darwin/macOS emulation layer for Linux"
arch=('x86_64')
@@ -119,7 +119,7 @@ source=('dkms.conf'
'git+https://github.com/darlinghq/darling-newlkm.git')
# We skip md5 on all git repos
-md5sums=('d6d3b392245a45c6fb5f82037bfdbd19' '5349a07c2b26caa1220929878adcecad'
+md5sums=('d6d3b392245a45c6fb5f82037bfdbd19' '44d85fe17105c7ede4d334f05cf3e77e'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'