summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-03-22 10:39:31 +0100
committerBaptiste Jonglez2016-03-22 10:39:31 +0100
commit5f6b2d1a6d79026731a4a2f5ce9bc2952b93767e (patch)
tree8dd030b4870b487602c6a4a4e4f50b2390404371
parent3653833a2586b46704e3ded9f365de2898558069 (diff)
downloadaur-5f6b2d1a6d79026731a4a2f5ce9bc2952b93767e.tar.gz
linux-mptcp: Update pkgdesc to be more accurate and remove useless alternate pkgdesc
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8497391d5777..f38c6fdfd97e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 12:28:59 UTC 2016
+# Tue Mar 22 09:39:31 UTC 2016
pkgbase = linux-mptcp
- pkgdesc = Linux kernel, modules, headers and docs with MultiPath TCP support
pkgver = 0.90.487573.41341ce
- pkgrel = 1
+ pkgrel = 2
url = http://www.multipath-tcp.org/
arch = i686
arch = x86_64
@@ -27,7 +26,7 @@ pkgbase = linux-mptcp
md5sums = 92562f0a5d8cc0e5972ab58523dbe0a4
pkgname = linux-mptcp
- pkgdesc = The Linux-mptcp kernel and modules
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 3.18.26)
install = linux.install
depends = coreutils
depends = linux-firmware
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: