summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-01-28 19:56:40 +0100
committerPiotr Gorski2024-01-28 19:56:40 +0100
commit30b62acf6062dad0ff6d481bec99dfed433e3e54 (patch)
tree9b0bb9f6b20db17fef21e21e03eb8896001599a1
parentf79320a8421d8c9721252a9b2e832b01a3486f47 (diff)
downloadaur-30b62acf6062dad0ff6d481bec99dfed433e3e54.tar.gz
Drop unneeded flag
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ae944de632..2d8cba5bff28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 6.7.2.lqx2
- pkgrel = 2
+ pkgrel = 3
url = https://liquorix.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index d10056952937..22d30587e576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _lqxpatchrel=4
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=6.7.2.lqx2
-pkgrel=2
+pkgrel=3
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -186,13 +186,6 @@ prepare() {
exit
fi
- ### Optionally disable NUMA for 64-bit kernels only
- # (x86 kernels do not support NUMA)
- if [ -n "$_NUMAdisable" ]; then
- echo "Disabling NUMA from kernel config..."
- scripts/config -d CONFIG_NUMA
- fi
-
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db
if [ -n "$_localmodcfg" ]; then