summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10cebc3e1529..efda72bca989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous-git
pkgver = 5.3.8
- pkgrel = 5
+ pkgrel = 6
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 34d44724ec24..6ce0c17cb775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=linux-nitrous-git
_srcname=linux-nitrous
pkgver=5.3.8
-pkgrel=5
+pkgrel=6
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
license=('GPL2')
@@ -28,9 +28,7 @@ sha256sums=('SKIP'
_kernelname=${pkgbase#linux}
pkgver() {
- cd "${_srcname}"
-
- echo $pkgver-$pkgrel
+ echo "${pkgver}-${pkgrel}"
}
prepare() {
@@ -43,7 +41,7 @@ prepare() {
make CC=clang nitrous_defconfig
# get kernel version
- make prepare
+ #make prepare
# load configuration
# Configure the kernel. Replace the line below with one of your choice.