diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | evdi.Changelog | 6 |
3 files changed, 12 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Oct 13 12:14:59 UTC 2016 +# Fri Jan 20 11:35:20 UTC 2017 pkgbase = evdi pkgdesc = A Linux® kernel module that enables management of multiple screens. - pkgver = 1.2.64 + pkgver = 1.3.43 pkgrel = 1 url = https://github.com/DisplayLink/evdi install = evdi.install @@ -11,8 +11,8 @@ pkgbase = evdi arch = x86_64 license = GPL depends = dkms - source = evdi-1.2.64.tar.gz::https://github.com/DisplayLink/evdi/archive/v1.2.64.tar.gz - md5sums = 5616e0c8f57e4d10de5e7f2a85d919d6 + source = evdi-1.3.43.tar.gz::https://github.com/DisplayLink/evdi/archive/v1.3.43.tar.gz + md5sums = 08b08e873f5b4f70929a126427150152 pkgname = evdi @@ -1,7 +1,7 @@ # Maintainer: PlusMinus pkgname=evdi -pkgver=1.2.64 +pkgver=1.3.43 pkgrel=1 pkgdesc="A Linux® kernel module that enables management of multiple screens." arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ install=$pkgname.install changelog=$pkgname.Changelog source=($pkgname-$pkgver.tar.gz::https://github.com/DisplayLink/evdi/archive/v$pkgver.tar.gz) noextract=() -md5sums=('5616e0c8f57e4d10de5e7f2a85d919d6') +md5sums=('08b08e873f5b4f70929a126427150152') build() { # We only need to build the library in this step, dmks will build the module diff --git a/evdi.Changelog b/evdi.Changelog index 224841c60db..4925b507954 100644 --- a/evdi.Changelog +++ b/evdi.Changelog @@ -1,3 +1,9 @@ +v1.3.43 +Adding support for indicating an area limit a client that connects to EVDI has. + +v1.3.42 +Adding support for indicating an area limit a client that connects to EVDI has. + v1.2.64 Highlights: fixes for kernel 4.8. |