diff options
author | PusMinus0 | 2017-02-20 09:39:23 +0100 |
---|---|---|
committer | PusMinus0 | 2017-02-20 09:39:23 +0100 |
commit | 3df9d13a2b49306f8ec18b6e0f37dc8a044c3c9e (patch) | |
tree | da1f271f8e175049456ab099d19e7be2d738fc3f | |
parent | 775922609c3c6c99bf6d2491347cc9e262580dcb (diff) | |
download | aur-3df9d13a2b49306f8ec18b6e0f37dc8a044c3c9e.tar.gz |
Updated evdi to 1.3.43 (again)
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 | ||||
-rw-r--r-- | evdi.Changelog | 7 |
3 files changed, 16 insertions, 11 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Mon Feb 6 15:57:33 UTC 2017 +# Mon Feb 20 08:24:02 UTC 2017 pkgbase = evdi pkgdesc = A Linux® kernel module that enables management of multiple screens. - pkgver = 1.2.64 - pkgrel = 3 + pkgver = 1.3.43 + pkgrel = 1 url = https://github.com/DisplayLink/evdi install = evdi.install changelog = evdi.Changelog @@ -11,8 +11,8 @@ pkgbase = evdi arch = x86_64 license = GPL depends = dkms - source = b7606bccc0cb9484c2845a3e556faf60ed3c0bff.tar.gz::https://github.com/DisplayLink/evdi/archive/b7606bccc0cb9484c2845a3e556faf60ed3c0bff.tar.gz - md5sums = 2f229d85de2aa5c1ba6f168a0728ec9d + source = evdi-1.3.43-1.tar.gz::https://github.com/DisplayLink/evdi/archive/v1.3.43.tar.gz + md5sums = 08b08e873f5b4f70929a126427150152 pkgname = evdi @@ -1,8 +1,8 @@ # Maintainer: PlusMinus pkgname=evdi -pkgver=1.2.64 -pkgrel=3 +pkgver=1.3.43 +pkgrel=1 pkgdesc="A Linux® kernel module that enables management of multiple screens." arch=('i686' 'x86_64') url="https://github.com/DisplayLink/evdi" @@ -18,14 +18,12 @@ backup=() options=() install=$pkgname.install changelog=$pkgname.Changelog -#source=($pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/DisplayLink/evdi/archive/v$pkgver.tar.gz) -source=(b7606bccc0cb9484c2845a3e556faf60ed3c0bff.tar.gz::https://github.com/DisplayLink/evdi/archive/b7606bccc0cb9484c2845a3e556faf60ed3c0bff.tar.gz) +source=($pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/DisplayLink/evdi/archive/v$pkgver.tar.gz) noextract=() -md5sums=('2f229d85de2aa5c1ba6f168a0728ec9d') +md5sums=('08b08e873f5b4f70929a126427150152') build() { # We only need to build the library in this step, dmks will build the module -mv evdi-b7606bccc0cb9484c2845a3e556faf60ed3c0bff $pkgname-$pkgver cd "$pkgname-$pkgver/library" make diff --git a/evdi.Changelog b/evdi.Changelog index 224841c60db..30bbda7fe39 100644 --- a/evdi.Changelog +++ b/evdi.Changelog @@ -1,3 +1,10 @@ +v1.3.43 +Adding support for indicating an area limit a client that connects to EVDI has. + +v1.3.42 +Fixes for Kernels 4.9 and 4.10. +API change: Extension of evdi_connect function, allowing to register modes that the client supports, regardless of the fact they are not necessarily listed in the EDID of a monitor. + v1.2.64 Highlights: fixes for kernel 4.8. |