[arch-commits] Commit in bbswitch/trunk (PKGBUILD bbswitch.install)
Evangelos Foutras
foutrelis at archlinux.org
Mon Feb 9 15:17:55 UTC 2015
Date: Monday, February 9, 2015 @ 16:17:54
Author: foutrelis
Revision: 127403
upgpkg: bbswitch 0.8-26
Linux 3.19 rebuild.
Modified:
bbswitch/trunk/PKGBUILD
bbswitch/trunk/bbswitch.install
------------------+
PKGBUILD | 8 ++++----
bbswitch.install | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-09 15:16:25 UTC (rev 127402)
+++ PKGBUILD 2015-02-09 15:17:54 UTC (rev 127403)
@@ -5,14 +5,14 @@
pkgname=bbswitch
pkgver=0.8
-_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
-pkgrel=25
+_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
+pkgrel=26
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.18' 'linux<3.19')
-makedepends=('linux-headers>=3.18' 'linux-headers<3.19')
+depends=('linux>=3.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
install=bbswitch.install
source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
Modified: bbswitch.install
===================================================================
--- bbswitch.install 2015-02-09 15:16:25 UTC (rev 127402)
+++ bbswitch.install 2015-02-09 15:17:54 UTC (rev 127403)
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-3.18-ARCH'
+ EXTRAMODULES='extramodules-3.19-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}
More information about the arch-commits
mailing list