diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: PlusMinus pkgname=evdi -pkgver=1.3.43 +pkgver=1.2.64 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=('08b08e873f5b4f70929a126427150152') +md5sums=('5616e0c8f57e4d10de5e7f2a85d919d6') build() { # We only need to build the library in this step, dmks will build the module |