[arch-commits] CVS update of core/base/kernel26 (PKGBUILD)

Simo Leone simo at archlinux.org
Tue Oct 9 04:57:44 UTC 2007


    Date: Tuesday, October 9, 2007 @ 00:57:44
  Author: simo
    Path: /home/cvs-core/core/base/kernel26

Modified: PKGBUILD (1.260 -> 1.261)

updated unionfs patch, old one was unstable


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


Index: core/base/kernel26/PKGBUILD
diff -u core/base/kernel26/PKGBUILD:1.260 core/base/kernel26/PKGBUILD:1.261
--- core/base/kernel26/PKGBUILD:1.260	Thu Oct  4 22:45:15 2007
+++ core/base/kernel26/PKGBUILD	Tue Oct  9 00:57:44 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.260 2007/10/05 02:45:15 dan Exp $
+# $Id: PKGBUILD,v 1.261 2007/10/09 04:57:44 simo Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=kernel26
@@ -44,7 +44,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.0/linux-2.6.22.1-u4.diff.gz)
+	http://download.filesystems.org/unionfs/unionfs-2.1/unionfs-2.1.6_for_2.6.22.9.diff.gz)
 md5sums=('2e230d005c002fb3d38a3ca07c0200d0'
          '6e2e5112d69af5c8d78cff0479c700cd'
          'd7f4a46ccc1311c2c60996001887deae'
@@ -64,7 +64,7 @@
          'f5bd3608306e0ede70c3b3bd8b5de53e'
          '591a519865cbce3f365d6aaad48e912e'
          '004c5d686dd70478f80fb6f075a6086b'
-         '868afc6d6ef7996058ece2baa665e809')
+         'e29e07a8e19863886dd6f2ed7c1cdfe1')
 
 build() {
   [ "${CARCH}" = "i686" ]   && KARCH=i386
@@ -103,7 +103,7 @@
   # add sqashfs
   patch -Np1 -i ../squashfs3.2-patch || return 1
   # add unionfs
-  patch -Np1 -i ../linux-2.6.22.1-u4.diff || return 1
+  patch -Np1 -i ../unionfs-2.1.6_for_2.6.22.9.diff || return 1
 
   # remove the extraversion from Makefile
   #sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =-rc7|g' Makefile




More information about the arch-commits mailing list