summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2023-01-15 15:27:13 +0100
committeregnappahz2023-01-15 15:27:13 +0100
commit7fb71b31bbd6437e77ba18ac0621903cbe6692da (patch)
tree225f95839b956b9a3be1cb002f53089af7676217
parentca9f61073275a1e9969716c75eb5270af475f6c5 (diff)
downloadaur-7fb71b31bbd6437e77ba18ac0621903cbe6692da.tar.gz
fixed desc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28484e7b0aa0..25ca4e18ed89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = linux-amd
sha256sums = 81ad663925a0aa5b5332a69bae7227393664bb81ee2e57a283e7f16e9ff75efe
pkgname = linux-amd
- pkgdesc = Linux kernel aimed at the latest AMD Ryzen CPU based hardware (ZNVER3/MZEN3)
+ pkgdesc = Linux kernel aimed at the ZNVER3/MZEN3 AMD Ryzen CPU based hardware
install = linux.install
depends = coreutils
depends = linux-firmware
@@ -36,7 +36,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 kernel aimed at the latest AMD CPU based hardware
+ pkgdesc = Header files and scripts for building modules for Linux kernel aimed at the ZNVER3/MZEN3 AMD CPU based hardware
pkgname = linux-amd-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel
diff --git a/PKGBUILD b/PKGBUILD
index acf57d48d1da..158fb2c571b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,7 +84,7 @@ build() {
}
_package() {
- pkgdesc="Linux kernel aimed at the latest AMD Ryzen CPU based hardware (ZNVER3/MZEN3)"
+ pkgdesc="Linux kernel aimed at the ZNVER3/MZEN3 AMD Ryzen CPU based hardware"
depends=('coreutils' 'linux-firmware' 'kmod' 'lzop')
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
@@ -149,7 +149,7 @@ _package() {
}
_package-headers() {
- pkgdesc="Header files and scripts for building modules for Linux kernel aimed at the latest AMD CPU based hardware"
+ pkgdesc="Header files and scripts for building modules for Linux kernel aimed at the ZNVER3/MZEN3 AMD CPU based hardware"
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"