summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-02-22 16:43:47 +0100
committerPiotr Gorski2020-02-22 16:43:47 +0100
commit9ae65ff7929fc1afda1401533cc3b8bcc0860d65 (patch)
tree5dec6910cbb4b52e467419235a27e462e8f40ea9
parent8a3ddb7e4acf7d93fe30a8c7d42ccaee59a196eb (diff)
downloadaur-9ae65ff7929fc1afda1401533cc3b8bcc0860d65.tar.gz
FS#64279 Build htmldocs separately
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726a03f8879f..49c6cbc01ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
pkgver = 20200221.r0.gbee46b309a13
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 670871d0d522..7ebbcc8a2ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ _1k_HZ_ticks=
pkgbase=linux-next-git
pkgver=20200221.r0.gbee46b309a13
_srcname=linux-next
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NEXT'
arch=('x86_64')
url="http://www.kernel.org/"
@@ -173,7 +173,7 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules
+ make all
make htmldocs
}