generated from archlinux/template
Fix license, disable debug
debug creates empty an empty /usr/src/debug/linux since makepkg 6.1.
This commit is contained in:
7
PKGBUILD
7
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=(
|
||||
|
||||
Reference in New Issue
Block a user