diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ # Maintainer: PlusMinus pkgname=evdi -pkgver=1.3.43 +pkgver=1.5.0.2 pkgrel=1 pkgdesc="A Linux® kernel module that enables management of multiple screens." arch=('i686' 'x86_64') url="https://github.com/DisplayLink/evdi" license=('GPL') groups=() -depends=(dkms) +depends=(dkms libdrm) makedepends=() optdepends=() provides=() @@ -20,7 +20,7 @@ install=$pkgname.install changelog=$pkgname.Changelog source=($pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/DisplayLink/evdi/archive/v$pkgver.tar.gz) noextract=() -md5sums=('08b08e873f5b4f70929a126427150152') +md5sums=('19c7dc3829b2ff84826007e7b4a3c961') build() { # We only need to build the library in this step, dmks will build the module |