diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-06-15 21:47:16 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-06-15 21:47:16 (GMT) |
commit | 970414c635cc636bcbd9b93904bf701336ea7055 (patch) | |
tree | a7ec9a02ba09f03f4eef454056987ae46764dcea /abs/core-testing/vdpauinfo-legacy | |
parent | cde5045daabaa51f5df1eca352d25035c34c54b0 (diff) | |
download | linhes_pkgbuild-970414c635cc636bcbd9b93904bf701336ea7055.zip linhes_pkgbuild-970414c635cc636bcbd9b93904bf701336ea7055.tar.gz linhes_pkgbuild-970414c635cc636bcbd9b93904bf701336ea7055.tar.bz2 |
vdpauinfo-legacy: comment out depends line in PKGBUILD instead of ('')
Diffstat (limited to 'abs/core-testing/vdpauinfo-legacy')
-rw-r--r-- | abs/core-testing/vdpauinfo-legacy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/vdpauinfo-legacy/PKGBUILD b/abs/core-testing/vdpauinfo-legacy/PKGBUILD index 7e7fe26..d58c672 100644 --- a/abs/core-testing/vdpauinfo-legacy/PKGBUILD +++ b/abs/core-testing/vdpauinfo-legacy/PKGBUILD @@ -4,11 +4,11 @@ pkgname=vdpauinfo-legacy pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="tells the user they can't handle vdpau" license=('GPLv2') arch=('i686' 'x86_64') -depends=('') +#depends=('') # Just let the dependency on the right nvidia and nvidia-utils versions # handle conflicts via those packages conflicts. conflicts=(vdpauinfo) |