summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2018-10-08 16:17:42 +0200
committerPiotr Gorski2018-10-08 16:17:42 +0200
commit22d40f074e5c700b2c8e260b05e35ab22be1f285 (patch)
tree4f9011727441d02d6a6696517abc10ea753f6fda
parent9cfaaacd65140a37b9b441130679b7dd35bc4a19 (diff)
downloadaur-22d40f074e5c700b2c8e260b05e35ab22be1f285.tar.gz
Fix pkgdesc
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c21c9f30ab35..e4e2137cb9a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -50,7 +50,7 @@ pkgbase = linux-rt-bfq
sha512sums = 125bb9b8a9224e4c62c65f0c33312a793093389104d81fd4d596af7044024523686f44d9f5cb8884c5573b95e3cc77632649a5e7327ae21f436e3e5cbb9e6b75
pkgname = linux-rt-bfq
- pkgdesc = Linux Kernel and modules with the RT patch and the BFQ scheduler.
+ pkgdesc = The Linux-rt-bfq kernel and modules with the RT patch and the BFQ-MQ scheduler.
install = linux.install
depends = coreutils
depends = linux-firmware
@@ -60,10 +60,10 @@ pkgname = linux-rt-bfq
backup = etc/mkinitcpio.d/linux-rt-bfq.preset
pkgname = linux-rt-bfq-headers
- pkgdesc = Header files and scripts to build modules for linux-rt-bfq.
+ pkgdesc = Header files and scripts for building modules for Linux-rt-bfq kernel
depends = linux-rt-bfq
pkgname = linux-rt-bfq-docs
- pkgdesc = Kernel hackers manual - HTML documentation that comes with the linux-rt-bfq kernel
+ pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-rt-bfq kernel
depends = linux-rt-bfq
diff --git a/PKGBUILD b/PKGBUILD
index f70133f24595..d8ef62d90b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -213,7 +213,7 @@ build() {
}
_package() {
- pkgdesc='Linux Kernel and modules with the RT patch and the BFQ scheduler.'
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the RT patch and the BFQ-MQ scheduler."
depends=('coreutils' 'linux-firmware' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
@@ -269,7 +269,7 @@ _package() {
}
_package-headers() {
- pkgdesc='Header files and scripts to build modules for linux-rt-bfq.'
+ pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
depends=('linux-rt-bfq')
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
@@ -351,7 +351,7 @@ _package-headers() {
}
_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the linux-rt-bfq kernel"
+ pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
depends=('linux-rt-bfq')
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"