summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/bumblebee/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/bumblebee/PKGBUILD b/libre/bumblebee/PKGBUILD
index 80ea574ef..1c7f43930 100644
--- a/libre/bumblebee/PKGBUILD
+++ b/libre/bumblebee/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bumblebee
pkgver=3.2.1
-pkgrel=5.parabola2
+pkgrel=6.parabola1
pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support"
arch=('i686' 'x86_64' 'mips64el')
depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -25,8 +25,10 @@ install="$pkgname.install"
backup=("etc/$pkgname/$pkgname.conf"
"etc/$pkgname/xorg.conf.nouveau")
source=("http://www.$pkgname-project.org/${pkgname}-${pkgver}.tar.gz"
+ "bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch"
'libre.patch')
md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
+ 'd0a7d504a717e34b05fb4bc9ee68f881'
'1daed1e00f74538add6c435dfa0569d1')
prepare() {
@@ -43,6 +45,8 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 < ${srcdir}/bumblebee-hexadecimal.patch
+
./configure \
CONF_DRIVER=nouveau \
--prefix=/usr \