summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2019-11-06 16:15:29 +0100
committerJosip Ponjavic2019-11-06 16:15:29 +0100
commitf81ff9a713c04ac309d8eb42ea20e545985599a1 (patch)
tree76a9f61cfa2835be0873d8a26302784a7c646aaa /PKGBUILD
parent0ed63257081879d5d2b9e45baf7b0cea559f204e (diff)
downloadaur-f81ff9a713c04ac309d8eb42ea20e545985599a1.tar.gz
Port pkgdesc and docs changes from linux trunk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e65cdbfd99ba..b84660a671eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,6 +69,7 @@ _clr=${_major}.7-853
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
+pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
@@ -209,7 +210,7 @@ build() {
}
_package() {
- pkgdesc="Clearlinux kernel and modules"
+ pkgdesc="The $pkgdesc kernel and modules"
depends=('coreutils' 'kmod' 'initramfs')
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
@@ -241,7 +242,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for linux-clear"
+ pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
cd ${_srcname}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"