summaryrefslogtreecommitdiff
path: root/libre/bumblebee-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 05:36:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-09 05:36:56 -0300
commit2905b73ca827c46cec64e050fd3cd4d3d356279d (patch)
tree3c5d067d93bf754f6b40cb65adaa4553c1bc1a98 /libre/bumblebee-libre
parentcb48dec2b14b8b9acd4cf38539ff98603b72994f (diff)
bumblebee-libre: adding nvidia-libgl on replaces line
Diffstat (limited to 'libre/bumblebee-libre')
-rw-r--r--libre/bumblebee-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD
index 74f295b66..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.1
+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,7 +17,7 @@ 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')
url="http://www.bumblebee-project.org"