nvidia340: force depend on -libs to avoid unwanted deps from other nvidia pkgs.
This commit is contained in:
parent
3f7a016953
commit
810eff3c1c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ _desc="NVIDIA drivers (GeForce 8, 9, 9M, 100, 100M, 200, 300 series)"
|
|||
|
||||
pkgname=nvidia340
|
||||
version=340.96
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Propietary NVIDIA license"
|
||||
homepage="http://www.nvidia.com"
|
||||
|
@ -13,7 +13,7 @@ only_for_archs="i686 x86_64"
|
|||
repository="nonfree"
|
||||
create_wrksrc=yes
|
||||
short_desc="${_desc} - Libraries and Utilities"
|
||||
depends="${pkgname}-dkms-${version}_${revision} pkg-config"
|
||||
depends="${pkgname}-libs-${version}_${revision} ${pkgname}-dkms-${version}_${revision} pkg-config"
|
||||
conflicts="catalyst>=0 xserver-abi-video>21_1"
|
||||
|
||||
provides="nvidia-${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue