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 e730862d94f9..e5ff9ea8f357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,10 +31,10 @@ pkgname = linux-amd-raven
backup = etc/mkinitcpio.d/linux-amd-raven.preset
pkgname = linux-amd-raven-headers
- pkgdesc = Header files and scripts for building modules for Linux kernel (git version)
+ pkgdesc = Header files and scripts for building modules for Linux kerel with working amdgpu for Raven Ridge hardware
provides = linux-headers
pkgname = linux-amd-raven-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
provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index 19ec18369f2d..3e70cb538f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,7 +126,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 kerel with working amdgpu for Raven Ridge hardware"
provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -237,7 +237,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"
provides=('linux-docs')
cd "${_srcname}"