summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-04-24 04:34:52 +0300
committerIgor Dyatlov2021-04-24 04:34:52 +0300
commitd080360bb7932bc88a522a9484e40552f2e3e88a (patch)
tree47fac8f436771fc6dbd38aa29606c5567e95e64f
parent666457dd8b66866da7315e2d178c4a4bb033662e (diff)
downloadaur-d080360bb7932bc88a522a9484e40552f2e3e88a.tar.gz
Build fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bb34498c04b..7b9de4e7e7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-mini
pkgdesc = Linux kernel and modules with minimal configuration
pkgver = 5.11.16
- pkgrel = 2
+ pkgrel = 3
url = https://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 57191219c243..ae76767b09f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ _srcname=linux-${_major}
pkgbase=linux-mini
pkgver=${_major}.${_minor}
-pkgrel=2
+pkgrel=3
pkgdesc='Linux kernel and modules with minimal configuration'
url="https://www.kernel.org/"
@@ -254,7 +254,6 @@ prepare() {
build() {
cd $_srcname
make -j$(nproc) all
- make htmldocs
}
_package() {