[arch-commits] Commit in bbswitch/trunk (PKGBUILD bbswitch.install)

Thomas Bächler thomas at nymeria.archlinux.org
Sun Jan 26 12:32:44 UTC 2014


    Date: Sunday, January 26, 2014 @ 13:32:43
  Author: thomas
Revision: 104805

upgpkg: bbswitch 0.8-6: update for 3.13

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

------------------+
 PKGBUILD         |   10 +++++-----
 bbswitch.install |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-26 12:17:42 UTC (rev 104804)
+++ PKGBUILD	2014-01-26 12:32:43 UTC (rev 104805)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=5
+_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=6
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch")
 license=('GPL')
-depends=('linux>=3.12' 'linux<3.13')
-makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+depends=('linux>=3.13' 'linux<3.14')
+makedepends=('linux-headers>=3.13' 'linux-headers<3.14')
 install=bbswitch.install
 source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
@@ -22,7 +22,7 @@
 
   _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
 
-  make KDIR=/usr/src/linux-${_kernver}
+  make KDIR=/lib/modules/${_kernver}/build
 }
 
 package() {

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2014-01-26 12:17:42 UTC (rev 104804)
+++ bbswitch.install	2014-01-26 12:32:43 UTC (rev 104805)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-3.12-ARCH'
+    EXTRAMODULES='extramodules-3.13-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 




More information about the arch-commits mailing list