summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Myandin2021-12-26 12:08:51 +0300
committerEvgeny Myandin2021-12-26 12:08:51 +0300
commit74b207e4bf5ebb6a636919a5c6c687779e588b2a (patch)
tree9e13b3be3203842f954a6db0987ff1dcbb86ed69
parentd9f78378c654f0933c3e32669d4f38735fbe475a (diff)
downloadaur-74b207e4bf5ebb6a636919a5c6c687779e588b2a.tar.gz
Change package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04396e8bd90c..4cb4ed924c68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -85,7 +85,7 @@ pkgbase = linux-vfio-manjaro
sha256sums = 6d6b327ec7c7798f628f98ab964f4457d3cf043bad2632eb8f27548478a83cc1
pkgname = linux-vfio-manjaro
- pkgdesc = The Linux-vfio-manjaro kernel and modules with ACS patch
+ pkgdesc = The Linux Manjaro standart kernel and modules with ACS patch
depends = coreutils
depends = linux-firmware
depends = kmod
@@ -96,7 +96,7 @@ pkgname = linux-vfio-manjaro
provides = WIREGUARD-MODULE
pkgname = linux-vfio-manjaro-headers
- pkgdesc = Header files and scripts for building modules for Linux-vfio-manjaro kernel
+ pkgdesc = Headers and scripts for building modules for the Linux Manjaro standart kernel with ACS patch
depends = gawk
depends = python
depends = libelf
diff --git a/PKGBUILD b/PKGBUILD
index 29f2094f0ae1..58858e2f5845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -153,7 +153,7 @@ build() {
}
package_linux-vfio-manjaro() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with ACS patch"
+ pkgdesc="The Linux Manjaro standart kernel and modules with ACS patch"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
optdepends=('crda: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
@@ -192,7 +192,7 @@ package_linux-vfio-manjaro() {
}
package_linux-vfio-manjaro-headers() {
- pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
+ pkgdesc="Headers and scripts for building modules for the Linux Manjaro standart kernel with ACS patch"
depends=('gawk' 'python' 'libelf' 'pahole')
provides=("linux-headers=$pkgver")