summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-03-18 09:05:10 +0100
committerPiotr Gorski2024-03-18 09:05:10 +0100
commit03409f9bf867d8d823d673b39bd5913432adc004 (patch)
treeba06b45dd594c635187a44734958bba7eafee239
parentab3154789da09cf4db5502393299dd2de140cd7e (diff)
downloadaur-03409f9bf867d8d823d673b39bd5913432adc004.tar.gz
Fix license, disable debug
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59fd29911574..8ca8521d0b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
- pkgver = 20240315.r0.ga1e7655b77e3
- pkgrel = 2
+ pkgver = 20240318.r0.g2e93f143ca01
+ pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = bc
makedepends = libelf
makedepends = git
@@ -14,6 +14,7 @@ pkgbase = linux-next-git
makedepends = tar
makedepends = xz
makedepends = python
+ options = !debug
options = !strip
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/next/arch-patches-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
diff --git a/PKGBUILD b/PKGBUILD
index 70e50efd0d17..0dc187c1f396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,14 +47,17 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20240315.r0.ga1e7655b77e3
+pkgver=20240318.r0.g2e93f143ca01
_srcname=linux-next
-pkgrel=2
+pkgrel=1
pkgdesc='Linux NEXT'
arch=('x86_64')
url="http://www.kernel.org/"
-license=('GPL2')
-options=('!strip')
+license=(GPL-2.0-only)
+options=(
+ !debug
+ !strip
+)
makedepends=('bc' 'libelf' 'git' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'python')
_lucjanver=next
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_lucjanver}"