DisplayLink 5.3 is now out. There is a little patch to use it. I used evdi-git instead of evdi because it is the only one who work with 5.6 kernel.
From ee30ba9b04df8ca219e522c49fcf9f0736c88fbb Mon Sep 17 00:00:00 2001 From: TBenoit thomas.benoit@protonmail.com Date: Wed, 6 May 2020 23:09:10 +0200 Subject: [PATCH] Update to version 5.3.1.34
PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD index 7b551dd..e825120 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: rhabbachi
pkgname=displaylink -pkgver=5.2.14 +pkgver=5.3.1.34 pkgrel=1 pkgdesc="Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00" arch=('i686' 'x86_64') @@ -13,18 +13,18 @@ depends=('evdi>=1.5.0' 'libusb>=1.0.0') makedepends=('grep' 'gawk' 'wget') install= changelog="release-note.txt" -source=(displaylink-driver-$pkgver.zip::https://www.displaylink.com/downloads/file?id=1369 +source=(displaylink-driver-$pkgver.zip::https://www.displaylink.com/downloads/file?id=1576 udev.sh 99-displaylink.rules displaylink.service displaylink-sleep.sh) -md5sums=('a96ae6fc0d244ec4f9a8e9482f6c1535' +md5sums=('8c35e6e9e809c8a8597b0ede24594e12' 'd5de775e41af06edbd8073adc490139d' '20495d81c7d2540910ef86dc437b7fac' 'c141a15e973481c7d961f8e135627ca4' '7cbd9ab2ac79ba66e8297689c6e5483e')
-DLAGENTS=('https::/usr/bin/wget -O %o --post-data=fileId=1369&accept_submit=Accept %u') +DLAGENTS=('https::/usr/bin/wget -O %o --post-data=fileId=1576&accept_submit=Accept %u')
# Update with > updpkgsums
-- 2.26.2
Pinned Comments