bump to latest version
This commit is contained in:
		
							parent
							
								
									4da78d9ee9
								
							
						
					
					
						commit
						3a44b4b1ee
					
				
							
								
								
									
										20
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								PKGBUILD
									
									
									
									
									
								
							@ -7,7 +7,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
 | 
			
		||||
# pkgname=linux-custom       # Build kernel with a different name
 | 
			
		||||
_kernelname=${pkgname#linux}
 | 
			
		||||
_basekernel=3.4
 | 
			
		||||
pkgver=${_basekernel}.5
 | 
			
		||||
pkgver=${_basekernel}.6
 | 
			
		||||
pkgrel=1
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
url="http://www.kernel.org/"
 | 
			
		||||
@ -24,6 +24,15 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
 | 
			
		||||
        'change-default-console-loglevel.patch'
 | 
			
		||||
        'i915-fix-ghost-tv-output.patch'
 | 
			
		||||
	'3.4.4-fix-backlight-regression.patch')
 | 
			
		||||
md5sums=('967f72983655e2479f951195953e8480'
 | 
			
		||||
         '14443e53d3ab88e6eac45d954d891e00'
 | 
			
		||||
         '3f2c307c8ffae67f60c13ef69af8364a'
 | 
			
		||||
         '18d9d09152bafffaef78f2aac07e7145'
 | 
			
		||||
         'eb14dcfd80c00852ef81ded6e826826a'
 | 
			
		||||
         '38c1fd4a1f303f1f6c38e7f082727e2f'
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662'
 | 
			
		||||
         '263725f20c0b9eb9c353040792d644e5'
 | 
			
		||||
         '80a46681386bb87813989faeb92bdd9a')
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
  cd "${srcdir}/linux-${_basekernel}"
 | 
			
		||||
@ -302,12 +311,3 @@ package_linux-docs() {
 | 
			
		||||
  # remove a file already in linux package
 | 
			
		||||
  rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
 | 
			
		||||
}
 | 
			
		||||
md5sums=('967f72983655e2479f951195953e8480'
 | 
			
		||||
         'e60f1d8032069d091f3692c1d7a89b8b'
 | 
			
		||||
         '3f2c307c8ffae67f60c13ef69af8364a'
 | 
			
		||||
         '18d9d09152bafffaef78f2aac07e7145'
 | 
			
		||||
         'eb14dcfd80c00852ef81ded6e826826a'
 | 
			
		||||
         '38c1fd4a1f303f1f6c38e7f082727e2f'
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662'
 | 
			
		||||
         '263725f20c0b9eb9c353040792d644e5'
 | 
			
		||||
         '80a46681386bb87813989faeb92bdd9a')
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
# arg 2:  the old package version
 | 
			
		||||
 | 
			
		||||
KERNEL_NAME=
 | 
			
		||||
KERNEL_VERSION=3.4.5-1-ARCH
 | 
			
		||||
KERNEL_VERSION=3.4.6-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