diff options
author | PlusMinus0 | 2016-09-16 13:03:16 +0200 |
---|---|---|
committer | PlusMinus0 | 2016-09-16 13:03:16 +0200 |
commit | ff279d118b8dc18332f87ae15bfde6b3c1a82671 (patch) | |
tree | 36e9a8d5fc43e3ffdff57aadbf5fbf37d868255b /PKGBUILD | |
parent | 196fc1f9d0248988f46bd999babb0c0012621e6d (diff) | |
download | aur-ff279d118b8dc18332f87ae15bfde6b3c1a82671.tar.gz |
Removed already satisfied dependency glibc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ pkgname=displaylink pkgver=1.1.62 -pkgrel=4 +pkgrel=5 pkgdesc="Linux driver for DL-5xxx, DL-41xx and DL-3x00" arch=('i686' 'x86_64') url="http://www.displaylink.com/downloads/ubuntu.php" license=('custom' 'GPL2' 'LGPL2.1') depends=('evdi') -makedepends=('glibc' 'grep' 'gawk') +makedepends=('grep' 'gawk') install= changelog="release-note.txt" source=(displaylink-driver-$pkgver.zip::http://www.displaylink.com/downloads/file\?id\=607 |