summaryrefslogtreecommitdiff
path: root/libre/bumblebee
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-08 23:22:46 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-08 23:22:46 -0200
commit55ab9f2f296cbe6849d54e0eb96654d6f093f57d (patch)
tree9c90447c59b19c37588a3bb7e839f0ce4a86ed13 /libre/bumblebee
parent1944f813f99eb70eaff7a1d79c436347bd76778b (diff)
downloadabslibre-55ab9f2f296cbe6849d54e0eb96654d6f093f57d.tar.gz
abslibre-55ab9f2f296cbe6849d54e0eb96654d6f093f57d.tar.bz2
abslibre-55ab9f2f296cbe6849d54e0eb96654d6f093f57d.zip
bumblebee: rebuild package with nvidia-304xx-libgl provides, conflicts and replaces
Diffstat (limited to 'libre/bumblebee')
-rw-r--r--libre/bumblebee/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/bumblebee/PKGBUILD b/libre/bumblebee/PKGBUILD
index 78c470584..80ea574ef 100644
--- a/libre/bumblebee/PKGBUILD
+++ b/libre/bumblebee/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bumblebee
pkgver=3.2.1
-pkgrel=5.parabola1
+pkgrel=5.parabola2
pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support"
arch=('i686' 'x86_64' 'mips64el')
depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -16,9 +16,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=('nvidia-libgl' 'nvidia-340xx-libgl' "$pkgname-libre")
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' "$pkgname-libre")
-provides=('nvidia-libgl' 'nvidia-340xx-libgl')
+replaces=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl' "$pkgname-libre")
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl' "$pkgname-libre")
+provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
url="http://www.$pkgname-project.org"
license=("GPL3")
install="$pkgname.install"