bump to 3.6.1
This commit is contained in:
		
							parent
							
								
									196284bcda
								
							
						
					
					
						commit
						b6ca03b249
					
				
							
								
								
									
										17
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								PKGBUILD
									
									
									
									
									
								
							@ -5,7 +5,7 @@
 | 
			
		||||
pkgbase=linux               # Build stock -ARCH kernel
 | 
			
		||||
#pkgbase=linux-custom       # Build kernel with a different name
 | 
			
		||||
_srcname=linux-3.6
 | 
			
		||||
pkgver=3.6
 | 
			
		||||
pkgver=3.6.1
 | 
			
		||||
pkgrel=1
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
url="http://www.kernel.org/"
 | 
			
		||||
@ -13,12 +13,18 @@ license=('GPL2')
 | 
			
		||||
makedepends=('xmlto' 'docbook-xsl')
 | 
			
		||||
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')
 | 
			
		||||
md5sums=('1a1760420eac802c541a20ab51a093d1'
 | 
			
		||||
         '775f1389a934512341726f9b4aeaf661'
 | 
			
		||||
         '8dd3f284cb944dc5b334ddadcfac0e08'
 | 
			
		||||
         'e9c94795caa1792571973e0781324f1b'
 | 
			
		||||
         'eb14dcfd80c00852ef81ded6e826826a'
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662')
 | 
			
		||||
 | 
			
		||||
_kernelname=${pkgbase#linux}
 | 
			
		||||
 | 
			
		||||
@ -26,7 +32,7 @@ build() {
 | 
			
		||||
  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
 | 
			
		||||
@ -301,8 +307,3 @@ for _p in ${pkgname[@]}; do
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
# vim:set ts=8 sts=2 sw=2 et:
 | 
			
		||||
md5sums=('1a1760420eac802c541a20ab51a093d1'
 | 
			
		||||
         '651983b5213b3aa5acf0c083ffaf5179'
 | 
			
		||||
         '6bfd4471382865de9efeb6603cd614b3'
 | 
			
		||||
         'eb14dcfd80c00852ef81ded6e826826a'
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662')
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
# arg 2:  the old package version
 | 
			
		||||
 | 
			
		||||
KERNEL_NAME=
 | 
			
		||||
KERNEL_VERSION=3.6.0-1-ARCH
 | 
			
		||||
KERNEL_VERSION=3.6.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'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user