summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2024-03-16 17:14:08 +0000
committerJan Alexander Steffens (heftig)2024-03-16 18:49:10 +0100
commitabef9db380deca88617f7014b683667ef6fc81e4 (patch)
treea10d1c2222ddd43ce0202f48406a10679db5b634
parent242ea4a023d5f190515cdcc15667f34209416ca8 (diff)
downloadaur-abef9db380deca88617f7014b683667ef6fc81e4.tar.gz
Fix license, disable debug
debug creates empty an empty /usr/src/debug/linux since makepkg 6.1.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb87316f933..a07a74dbd362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = linux
pkgrel = 1
url = https://github.com/archlinux/linux
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = bc
makedepends = cpio
makedepends = gettext
@@ -19,6 +19,7 @@ pkgbase = linux
makedepends = python-sphinx
makedepends = python-yaml
makedepends = texlive-latexextra
+ options = !debug
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.1.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.1.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index e801752401a1..0f32a2a44945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
arch=(x86_64)
-license=(GPL2)
+license=(GPL-2.0-only)
makedepends=(
bc
cpio
@@ -25,7 +25,10 @@ makedepends=(
python-yaml
texlive-latexextra
)
-options=('!strip')
+options=(
+ !debug
+ !strip
+)
_srcname=linux-${pkgver%.*}
_srctag=v${pkgver%.*}-${pkgver##*.}
source=(