[arch-commits] CVS update of arch/build/kernels/kernel26 (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Aug 2 16:47:40 UTC 2007


    Date: Thursday, August 2, 2007 @ 12:47:40
  Author: tpowa
    Path: /home/cvs-arch/arch/build/kernels/kernel26

Modified: PKGBUILD (1.244 -> 1.245)

'upgpgk: fixed unionfs bug'


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: arch/build/kernels/kernel26/PKGBUILD
diff -u arch/build/kernels/kernel26/PKGBUILD:1.244 arch/build/kernels/kernel26/PKGBUILD:1.245
--- arch/build/kernels/kernel26/PKGBUILD:1.244	Mon Jul 23 14:54:02 2007
+++ arch/build/kernels/kernel26/PKGBUILD	Thu Aug  2 12:47:40 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.244 2007/07/23 18:54:02 thomas Exp $
+# $Id: PKGBUILD,v 1.245 2007/08/02 16:47:40 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=kernel26
 _basekernel=2.6.22
 pkgver=2.6.22.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The Linux Kernel and modules"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -42,7 +42,7 @@
 	#acpi-asus-m6-battery-fix.patch
 	#http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.2-r2.tar.gz broken!
 	squashfs3.2-patch.bz2
-	ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-2.x/linux-2.6.22-rc4-u1.diff.gz)
+	ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-2.x/linux-2.6.22.1-u4.diff.gz)
 md5sums=('2e230d005c002fb3d38a3ca07c0200d0'
          'a29ac92cd688d591afd3fec48905e329'
          'ab221bfdbb051975535e406fa32919d8'
@@ -61,9 +61,8 @@
          'da4c71ae4614ff9e07f323ec75a84862'
          'bbc730a590d4e09b3d937b257e5a4bfe'
          'f5bd3608306e0ede70c3b3bd8b5de53e'
-         #'3ee74420f6f6a59b0c456f6a839434bf'
          '004c5d686dd70478f80fb6f075a6086b'
-         'f68b3f80a9ecde21248efae29bfa91cd')
+         '868afc6d6ef7996058ece2baa665e809')
 
 build() {
   [ "${CARCH}" = "i686" ]   && KARCH=i386
@@ -100,7 +99,7 @@
   # add sqashfs
   patch -Np1 -i ../squashfs3.2-patch || return 1
   # add unionfs
-  patch -Np1 -i ../linux-2.6.22-rc4-u1.diff || return 1
+  patch -Np1 -i ../linux-2.6.22.1-u4.diff || return 1
 
   # remove the extraversion from Makefile
   #sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =-rc7|g' Makefile
@@ -209,3 +208,4 @@
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
   echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${startdir}/pkg/etc/mkinitcpio.d/${pkgname}.kver
 }
+




More information about the arch-commits mailing list