summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a189ab706de7..b963069c03a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,11 +58,11 @@ _lqxpatchrel=14
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=6.7.10.lqx1
-pkgrel=1
+pkgrel=2
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
-license=(GPL2)
+license=(GPL-2.0-only)
makedepends=(
bc
cpio
@@ -87,7 +87,10 @@ if [ -n "$_htmldocs_enable" ]; then
)
fi
-options=('!strip')
+options=(
+ !debug
+ !strip
+)
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"