summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-03-18 09:01:22 +0100
committerPiotr Gorski2024-03-18 09:01:22 +0100
commitae0470afca398f47c3aac02e20ff9bc1b03805ea (patch)
treec7eb76529fe48c3f6eb288ca1b0dab658391dd7c
parent59903116709c6bf1ce5f9abad62ed20d044406fc (diff)
downloadaur-ae0470afca398f47c3aac02e20ff9bc1b03805ea.tar.gz
Fix license, disable debug
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad2cf9b6d534..8ee6756fd6ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 6.7.10.lqx1
- pkgrel = 1
+ pkgrel = 2
url = https://liquorix.net/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = bc
makedepends = cpio
makedepends = gettext
@@ -16,6 +16,7 @@ pkgbase = linux-lqx
makedepends = tar
makedepends = xz
makedepends = zstd
+ options = !debug
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
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}"