summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-03-22 10:39:31 +0100
committerBaptiste Jonglez2016-03-22 10:39:31 +0100
commit5f6b2d1a6d79026731a4a2f5ce9bc2952b93767e (patch)
tree8dd030b4870b487602c6a4a4e4f50b2390404371 /PKGBUILD
parent3653833a2586b46704e3ded9f365de2898558069 (diff)
downloadaur-5f6b2d1a6d79026731a4a2f5ce9bc2952b93767e.tar.gz
linux-mptcp: Update pkgdesc to be more accurate and remove useless alternate pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0355062e03d..4c1e46d6853c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=linux-mptcp
_srcname=mptcp
_mptcpv=0.90
pkgver=0.90.487573.41341ce
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.multipath-tcp.org/"
license=('GPL2')
@@ -91,7 +91,7 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 3.18.26)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'
@@ -291,7 +291,4 @@ for _p in ${pkgname[@]}; do
}"
done
-# Global pkdesc to be picked up by AUR
-pkgdesc="Linux kernel, modules, headers and docs with MultiPath TCP support"
-
# vim:set ts=8 sts=2 sw=2 et: