summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2019-01-04 14:36:02 +0100
committerBaptiste Jonglez2019-01-04 14:36:02 +0100
commit3c4e9362fef738a8f1a94e45b13b16bd55a78e09 (patch)
tree39c80e888b4350ebda0803d5befea7a1875aabc1 /PKGBUILD
parent5ce232fa6c8db924c590cbc0233c179d8891dc39 (diff)
downloadaur-3c4e9362fef738a8f1a94e45b13b16bd55a78e09.tar.gz
linux-mptcp: bump to 0.94.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89d33a8132e9..92a665b81188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Élie Bouttier <elie@bouttier.eu>
pkgbase=linux-mptcp
-pkgver=0.94.1
+pkgver=0.94.2
pkgrel=1
epoch=1
-_commit=9fa4190e842f993518f699a753d2a8e35efbf20c
+_commit=c828f097fba722a4d337134a528c7f29bcdf229b
_srcname=mptcp-${_commit}
arch=('x86_64')
url="http://www.multipath-tcp.org/"
@@ -23,7 +23,7 @@ source=("https://github.com/multipath-tcp/mptcp/archive/${_commit}/${pkgbase}-${
'linux-mptcp.preset' # standard config files for mkinitcpio ramdisk
'0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch'
'0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch')
-sha256sums=('ef2069c061bfc8f7c5ee4e4fdb77f5d0ab52ee587a6d044ec779c54a55e20990'
+sha256sums=('96d312ca9b457aa88e219461bace21b694186f93595e7be403d5c1209d86ad12'
'039c824a72c1c10c3a44fc9d5f50a3ea2d6147ae7db115ba33c1136c13781b97'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
@@ -80,7 +80,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.14.71)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.14.91)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'