summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-10-08 00:12:30 +0200
committerPiotr Gorski2019-10-08 00:12:30 +0200
commite0286decc16d685bfb7704766ce65687627fca99 (patch)
tree2633628c65a121445be5b3713a8323598aee85cb
parentcb2564a472f09cb3d8889fe5c9e3dfe6aeb179d7 (diff)
downloadaur-e0286decc16d685bfb7704766ce65687627fca99.tar.gz
.tmp_versions (aka MODVERDIR) was dropped in 5.3
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15621429fa75..ed0d451c0170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-next-git
pkgver = 20191004.r0.g311ef88adfa3
- pkgrel = 2
+ pkgrel = 3
url = http://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 03f94322cec5..cdd9de62d876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ _1k_HZ_ticks=
pkgbase=linux-next-git
pkgver=20191004.r0.g311ef88adfa3
_srcname=linux-next
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -272,9 +272,6 @@ _package-headers() {
# add xfs and shmem for aufs building
mkdir -p "$builddir"/{fs/xfs,mm}
- # ???
- mkdir "$builddir/.tmp_versions"
-
msg2 "Installing headers..."
cp -t "$builddir" -a include
cp -t "$builddir/arch/x86" -a arch/x86/include