summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Brink2019-06-02 13:03:33 -0700
committerJames Brink2019-06-02 13:03:33 -0700
commitec0b3cd906960863a8f298b47b06daca8e031228 (patch)
treec707e72f12dd934dfbf0e630749770745e0669b9 /PKGBUILD
parent32d5c711952638cf77094fe074ef3ef163694029 (diff)
downloadaur-ec0b3cd906960863a8f298b47b06daca8e031228.tar.gz
Remove un-needed patch file
Upstream has been patched for Linux >= 5.1, there is no need for the linux-5.1.patch file anymore. See https://github.com/darlinghq/darling-newlkm/pull/6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10af0e52b588..1ca643675d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_gitname=darling
pkgbase=$_gitname-git
pkgname=('darling-git' 'darling-mach-dkms-git')
-pkgver=r2543.567a5a27
-pkgrel=2
+pkgver=r2545.8df457b0
+pkgrel=1
pkgdesc="Darwin/macOS emulation layer for Linux"
arch=('x86_64')
url="http://www.darlinghq.org"
@@ -19,7 +19,6 @@ _make_depends_x86_64=('gcc-multilib')
# Darling git repo and all submodules.
source=('dkms.conf'
- 'linux-5.1.patch'
'git+https://github.com/darlinghq/darling.git'
'git+https://github.com/darlinghq/darling-DSTools.git'
'git+https://github.com/darlinghq/darling-DirectoryService.git'
@@ -119,7 +118,7 @@ source=('dkms.conf'
'git+https://github.com/darlinghq/darling-newlkm.git')
# We skip md5 on all git repos
-md5sums=('d6d3b392245a45c6fb5f82037bfdbd19' '44d85fe17105c7ede4d334f05cf3e77e'
+md5sums=('d6d3b392245a45c6fb5f82037bfdbd19'
'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'
@@ -247,10 +246,6 @@ prepare() {
echo "Creating build directory."
mkdir -pv "build"
-
- echo "Patching LKM for linux 5.1"
- cd "$srcdir/darling/src/lkm"
- patch -p1 < "$srcdir"/linux-5.1.patch
}
build() {