summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {