diff options
author | Michael Wawrzyniak | 2018-11-14 15:26:17 -0500 |
---|---|---|
committer | Michael Wawrzyniak | 2018-11-14 15:27:19 -0500 |
commit | e22a9c09f952490f3ecb4810cc121df507475472 (patch) | |
tree | 748d45a961b22cf9da3789aecdddc86b83971e3a /PKGBUILD | |
parent | dc293fd4299018902804100156f8684325fc2040 (diff) | |
download | aur-e22a9c09f952490f3ecb4810cc121df507475472.tar.gz |
Update for evdi 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -# Maintainer: PlusMinus +# Maintainer: mwawrzyniak +# Contributor: PlusMinus pkgname=evdi -pkgver=1.5.0.2 +pkgver=1.5.1 pkgrel=1 pkgdesc="A Linux® kernel module that enables management of multiple screens." arch=('i686' 'x86_64') @@ -20,7 +21,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=('19c7dc3829b2ff84826007e7b4a3c961') +md5sums=('20a69bf61aef388019afb283bb03ea29') build() { # We only need to build the library in this step, dmks will build the module |