Fix license, disable debug

debug creates empty an empty /usr/src/debug/linux since makepkg 6.1.
This commit is contained in:
Jan Alexander Steffens (heftig)
2024-03-16 17:14:08 +00:00
parent 242ea4a023
commit abef9db380
2 changed files with 7 additions and 3 deletions

View File

@@ -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=(