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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 22 07:12:40 UTC 2013


    Date: Friday, March 22, 2013 @ 08:12:40
  Author: svenstaro
Revision: 86790

upgpkg: bbswitch 0.6-1

Updating to 0.6

Modified:
  bbswitch/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-22 02:13:44 UTC (rev 86789)
+++ PKGBUILD	2013-03-22 07:12:40 UTC (rev 86790)
@@ -3,9 +3,9 @@
 # Contributor: Samsagax <samsagax at gmail.com>
 
 pkgname=bbswitch
-pkgver=0.5
+pkgver=0.6
 _extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
+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")
@@ -13,17 +13,14 @@
 depends=('linux>=3.8' 'linux<3.9')
 makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
 install=bbswitch.install
-source=("https://github.com/downloads/Bumblebee-Project/bbswitch/${pkgname}-${pkgver}.tar.gz"
-        "https://github.com/Bumblebee-Project/bbswitch/commit/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch")
-md5sums=('5e0e6eb9c5e8c10db56e5b349b43bba7'
-         'd76180b8f6fd092038d5ae7c71a9caa8')
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
    
-  patch -Np1 < ${srcdir}/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch
   make KDIR=/usr/src/linux-${_kernver}
 }
 




More information about the arch-commits mailing list