Date: Friday, December 6, 2013 @ 14:42:27 Author: svenstaro Revision: 102203
upgpkg: bbswitch 0.8-1 upstream release 0.8 Modified: bbswitch/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-06 13:42:27 UTC (rev 102202) +++ PKGBUILD 2013-12-06 13:42:27 UTC (rev 102203) @@ -3,9 +3,9 @@ # Contributor: Samsagax <[email protected]> pkgname=bbswitch -pkgver=0.7 +pkgver=0.8 _extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install -pkgrel=18 +pkgrel=1 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" arch=('i686' 'x86_64') url=("http://github.com/Bumblebee-Project/bbswitch") @@ -14,7 +14,7 @@ makedepends=('linux-headers>=3.12' 'linux-headers<3.13') install=bbswitch.install source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('b9df5ea40109ef9766448a0577c798e6') +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') build() { cd ${srcdir}/${pkgname}-${pkgver}
