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

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed May 8 09:45:41 UTC 2013


    Date: Wednesday, May 8, 2013 @ 11:45:41
  Author: tpowa
Revision: 184768

upgpkg: linux 3.9.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---------------+
 PKGBUILD      |   22 +++++++++-------------
 linux.install |    2 +-
 2 files changed, 10 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-08 09:12:45 UTC (rev 184767)
+++ PKGBUILD	2013-05-08 09:45:41 UTC (rev 184768)
@@ -5,27 +5,26 @@
 pkgbase=linux               # Build stock -ARCH kernel
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-3.9
-pkgver=3.9
-pkgrel=2
+pkgver=3.9.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
-        #"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
+        "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
         # the main kernel config files
         'config' 'config.x86_64'
         # standard config files for mkinitcpio ramdisk
         'linux.preset'
-        'change-default-console-loglevel.patch'
-        'alsa-firmware-loading-3.8.8.patch')
+        'change-default-console-loglevel.patch')
 md5sums=('4348c9b6b2eb3144d601e87c19d5d909'
-         'b476a6876dc4903b40423a230b2ab193'
-         'dfe4679707d7285d383eeb4791026a23'
+         '66f171a17aa39b6dc6eb8bb51a4117c7'
+         '91b88099925a7d4f9e7adb5552a9c17d'
+         'baf222c5beba4d0d7e32bc0e54e66f9b'
          'eb14dcfd80c00852ef81ded6e826826a'
-         'f3def2cefdcbb954c21d8505d23cc83c'
-         'e2ac681ffa439e969b4c3b4616852454')
+         'f3def2cefdcbb954c21d8505d23cc83c')
 
 _kernelname=${pkgbase#linux}
 
@@ -33,14 +32,11 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  # patch -p1 -i "${srcdir}/patch-${pkgver}"
+   patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # fix alsa firmware loading #34865
-  patch -Np1 -i "${srcdir}/alsa-firmware-loading-3.8.8.patch"
-
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)

Modified: linux.install
===================================================================
--- linux.install	2013-05-08 09:12:45 UTC (rev 184767)
+++ linux.install	2013-05-08 09:45:41 UTC (rev 184768)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.9.0-2-ARCH
+KERNEL_VERSION=3.9.1-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'




More information about the arch-commits mailing list