summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarna Csorogi2018-02-03 10:32:32 +0100
committerBarna Csorogi2018-02-03 10:32:32 +0100
commit956479451764cb97cf24547b0edb27bdcff422c6 (patch)
treee4856402582afd20f2499479b6d999f79396de12
parentd71ed3b4bef60884ce58ec5aead7038c98810984 (diff)
downloadaur-956479451764cb97cf24547b0edb27bdcff422c6.tar.gz
update to 4.14.14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 772b345b1fa4..c8290d1dbdf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-galliumos
- pkgver = 4.12.0
+ pkgver = 4.14.14
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = linux-galliumos
makedepends = git
makedepends = libelf
options = !strip
- source = git+https://github.com/GalliumOS/linux.git#branch=v4.12.0-galliumos
+ source = git+https://github.com/GalliumOS/linux.git#branch=v4.14.14-galliumos
source = linux-galliumos.preset
sha256sums = SKIP
sha256sums = 2c8a0e7bea719c82005fd7158a4a7ca344b7af5a37fedce44b9fda488a9116c2
diff --git a/PKGBUILD b/PKGBUILD
index 64ff85e2ee9c..18a291064c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=linux-galliumos
_srcname=linux
-pkgver=4.12.0
+pkgver=4.14.14
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -172,10 +172,6 @@ _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"
-
# add dm headers
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"
cp drivers/md/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"