summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-04 23:47:47 +0100
committerSimao Gomes Viana2019-11-04 23:47:47 +0100
commit399c9acc47959429fa53daa9234fd23e93dc050d (patch)
tree5552ff2683da8bc90fe86f59018dbc3d087318b1
parentc41e4c524c02737cc445a5bb1c85609d44f9bff8 (diff)
downloadaur-399c9acc47959429fa53daa9234fd23e93dc050d.tar.gz
bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9b88e9089a..0e76c96495d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous-git
pkgver = 5.3.8
- pkgrel = 8
+ pkgrel = 9
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 1d51be9f6f94..327c9b6bafcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=linux-nitrous-git
_srcname=linux-nitrous
pkgver=5.3.8
-pkgrel=8
+pkgrel=9
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
license=('GPL2')
@@ -60,7 +60,7 @@ build() {
make CC=clang nitrous_defconfig
makeflags="${MAKEFLAGS}"
if [[ "$MAKEFLAGS" != *"-j"* ]]; then
- makeflags="$makeflags -j$(nproc --all)"
+ makeflags="$makeflags -j$(nproc --all)"
fi
make ${makeflags} CC=clang bzImage modules
}