summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-03-23 20:48:47 +0100
committerSimao Gomes Viana2020-03-23 20:48:47 +0100
commit0460f4eb2ca34446a7e2c144e985c0c60ef8b399 (patch)
tree6b65d407cf3b4a77113fb2d165150e0190b33905 /PKGBUILD
parentd92acd15033a7778e0d87a709a25c097aeab4228 (diff)
downloadaur-0460f4eb2ca34446a7e2c144e985c0c60ef8b399.tar.gz
Update pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e8d4c578208..6e2283ab2c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ build() {
}
_package() {
- pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
+ pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang (tagged git version)"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=(
'crda: to set the correct wireless channels of your country'
@@ -134,7 +134,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for Linux kernel (git version)"
+ pkgdesc="Header files and scripts for building modules for Linux kernel (tagged git version)"
provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -258,7 +258,7 @@ _package-headers() {
}
_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)"
+ pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (tagged git version)"
provides=('linux-docs')
cd "${_srcname}"