Update pkgdesc
This commit is contained in:
parent
51fb75705c
commit
50486f6ac1
7
PKGBUILD
7
PKGBUILD
@ -3,6 +3,7 @@
|
|||||||
pkgbase=linux
|
pkgbase=linux
|
||||||
pkgver=5.3.8.1
|
pkgver=5.3.8.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
pkgdesc='Linux'
|
||||||
_srctag=v${pkgver%.*}-arch${pkgver##*.}
|
_srctag=v${pkgver%.*}-arch${pkgver##*.}
|
||||||
url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
|
url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@ -61,7 +62,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_package() {
|
_package() {
|
||||||
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
|
pkgdesc="The $pkgdesc kernel and modules"
|
||||||
depends=(coreutils kmod initramfs)
|
depends=(coreutils kmod initramfs)
|
||||||
optdepends=('crda: to set the correct wireless channels of your country'
|
optdepends=('crda: to set the correct wireless channels of your country'
|
||||||
'linux-firmware: firmware images needed for some devices')
|
'linux-firmware: firmware images needed for some devices')
|
||||||
@ -89,7 +90,7 @@ _package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_package-headers() {
|
_package-headers() {
|
||||||
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
|
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
|
||||||
|
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
||||||
@ -167,7 +168,7 @@ _package-headers() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_package-docs() {
|
_package-docs() {
|
||||||
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
|
pkgdesc="Kernel hacker's manual for the $pkgdesc kernel"
|
||||||
|
|
||||||
cd $_srcname
|
cd $_srcname
|
||||||
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
|
||||||
|
Loading…
Reference in New Issue
Block a user