summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-04-25 04:26:15 +0300
committerIgor Dyatlov2021-04-25 04:26:15 +0300
commit154d48b45d754b32668cf37c3f30f4cc74955f07 (patch)
treeced37fe6bed0c637b05d1411e49ff212266a08cc
parentd080360bb7932bc88a522a9484e40552f2e3e88a (diff)
downloadaur-154d48b45d754b32668cf37c3f30f4cc74955f07.tar.gz
Build fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b9de4e7e7b6..86d485a5d520 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 = 3
+ pkgrel = 4
url = https://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index ae76767b09f4..1b1f5a6832e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ _srcname=linux-${_major}
pkgbase=linux-mini
pkgver=${_major}.${_minor}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux kernel and modules with minimal configuration'
url="https://www.kernel.org/"
@@ -253,7 +253,7 @@ prepare() {
build() {
cd $_srcname
- make -j$(nproc) all
+ make bzImage modules
}
_package() {