diff options
author | root <root@rshg054.dnsready.net> | 2013-04-09 03:10:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-09 03:10:24 -0700 |
commit | 3ed77738bb8ca1f34153c9ecd0190ef6ad054f57 (patch) | |
tree | f4ee3286076de1e0485f0af9bd6294396eb7946f /libre/bumblebee-libre | |
parent | 987f836820eae061f40608b4ee1b6a14ecced3cc (diff) |
Tue Apr 9 03:10:23 PDT 2013
Diffstat (limited to 'libre/bumblebee-libre')
-rw-r--r-- | libre/bumblebee-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index 3df5ae948..8805ff9d1 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=bumblebee pkgname=bumblebee-libre pkgver=3.1 -pkgrel=6 +pkgrel=6.2 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') @@ -17,9 +17,9 @@ if [ "$CARCH" = "x86_64" ]; then optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications with optirun' optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun' fi -replaces=('bumblebee') +replaces=('bumblebee' 'nvidia-libgl') conflicts=('bumblebee' 'nvidia-libgl') -provides=("bumblebee=$pkgver"'nvidia-libgl') +provides=("bumblebee=$pkgver" 'nvidia-libgl') url="http://www.bumblebee-project.org" license=("GPL3") install='bumblebee.install' |