summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2019-11-06 16:16:24 +0100
committerJosip Ponjavic2019-11-06 16:16:24 +0100
commitd0bb86880d367bc11cf56ba6134cc12ae49e3f73 (patch)
tree44523d9a5b4f74e3996954ea2ca4a53ca5555689 /PKGBUILD
parent5395c5f0be2e676da60380023ce608c506b44116 (diff)
downloadaur-d0bb86880d367bc11cf56ba6134cc12ae49e3f73.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 164c08914fee..cc919299fc7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,6 +65,7 @@ _clr=${_major}.79-86
pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
pkgrel=1
+pkgdesc='Clear Linux lts2018'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2018"
license=('GPL2')
@@ -199,7 +200,7 @@ build() {
}
_package() {
- pkgdesc="Clearlinux lts2018 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'
@@ -231,7 +232,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for linux-clear-lts2018"
+ pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
cd ${_srcname}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"