From 54352b76b48f21e5578682f6f6d050c14f651a0c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 16:43:49 +0100 Subject: [PATCH] dkms: remove long_desc. --- srcpkgs/dkms/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index 5730cdd84b2..3c32ad5b395 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -1,7 +1,7 @@ # Template file for 'dkms' pkgname=dkms version=2.2.0.3 -revision=5 +revision=6 noarch="yes" conf_files="/etc/dkms/framework.conf" depends="bash kmod gcc make coreutils linux-headers" @@ -11,9 +11,6 @@ short_desc="Dynamic Kernel Modules System" maintainer="Juan RP " license="GPL-2" checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc -long_desc=" - dkms is a framework which allows kernel modules to be dynamically built for - each kernel on your system in a simplified and organized fashion." do_install() { # We are only interested in the bare minimum.