From 322fbbd2909d0a1de7da757a8f4a3bb98ee9207f Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 30 Sep 2022 14:04:54 +0200 Subject: [PATCH] Add URL to pkgdesc Fixes https://github.com/Frogging-Family/linux-tkg/issues/586 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ef047e2..9182a8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -126,7 +126,7 @@ build() { } hackbase() { - pkgdesc="The $pkgdesc kernel and modules" + pkgdesc="The $pkgdesc kernel and modules - https://github.com/Frogging-Family/linux-tkg" depends=('coreutils' 'kmod' 'initramfs') optdepends=('linux-docs: Kernel hackers manual - HTML documentation that comes with the Linux kernel.' 'crda: to set the correct wireless channels of your country.' @@ -191,7 +191,7 @@ hackbase() { } hackheaders() { - pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel" + pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel - https://github.com/Frogging-Family/linux-tkg" provides=("linux-headers=${pkgver}" "${pkgbase}-headers=${pkgver}") case $_basever in 54|57|58|59|510)