summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b5a50804e4..1b465861b06f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = linux-amd
sha256sums = 93d24cbf50a3f9920bbdc2b07f7f665672089e2d7eda897ffba0587d6cf9ab51
pkgname = linux-amd
- pkgdesc = Linux kernel for AMD CPU based hardware
+ pkgdesc = Linux kernel aimed at the latest AMD CPU based hardware
install = linux.install
depends = coreutils
depends = linux-firmware
@@ -37,7 +37,7 @@ pkgname = linux-amd
backup = etc/mkinitcpio.d/linux-amd.preset
pkgname = linux-amd-headers
- pkgdesc = Header files and scripts for building modules for Linux kerel for AMD CPU based hardware
+ pkgdesc = Header files and scripts for building modules for Linux kernel aimed at the latest AMD CPU based hardware
provides = linux-headers
pkgname = linux-amd-docs
diff --git a/PKGBUILD b/PKGBUILD
index 134b727cc4ba..683ec98535a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -89,7 +89,7 @@ build() {
}
_package() {
- pkgdesc="Linux kernel for AMD CPU based hardware"
+ pkgdesc="Linux kernel aimed at the latest AMD CPU based hardware"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('linux')
@@ -151,7 +151,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for Linux kerel for AMD CPU based hardware"
+ pkgdesc="Header files and scripts for building modules for Linux kernel aimed at the latest AMD CPU based hardware"
provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"