summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Simon2017-09-06 10:31:10 -0700
committerRaphael Simon2017-09-06 10:31:10 -0700
commit66566eb042c9d92e74d2504db8c0f42f69bafd10 (patch)
tree41d00e6b1bdbb1cd9fa1bc7577e99e3edbaf28ce
parent6a8e44d5886ce3e0e5ff85e717d569d564e3b586 (diff)
downloadaur-66566eb042c9d92e74d2504db8c0f42f69bafd10.tar.gz
Fix v4.13-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8735e6584eda..6a622ec3872b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 22:13:18 UTC 2017
+# Wed Sep 6 17:29:16 UTC 2017
pkgbase = linux-samus4
pkgver = 4.13
pkgrel = 1
@@ -16,8 +16,8 @@ pkgbase = linux-samus4
source = https://github.com/raphael/linux-samus/archive/v4.13-1.tar.gz
source = config
source = linux.preset
- md5sums = 778d12abf11df9a18f7b5a532e31f63b
- md5sums = 09af24c435a4c9e456e1dd49294befc0
+ md5sums = cd9278f1b9a7eca5859cb043c573d565
+ md5sums = a143cf816bfabff7b4515f9c15cc4096
md5sums = 5aae464a8085b2f3adcdcaff29853d04
pkgname = linux-samus4
diff --git a/PKGBUILD b/PKGBUILD
index a6a71c5a7bca..d25a7cd4f0b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -140,8 +140,9 @@ _package-headers() {
cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
# add docbook makefile
- install -D -m644 Documentation/DocBook/Makefile \
- "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
+ # disabled for v4.13
+ # install -D -m644 Documentation/DocBook/Makefile \
+ # "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
# add dm headers
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"