[arch-commits] CVS update of extra/system/aufs (PKGBUILD aufs.install)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:42:50 UTC 2008


    Date: Friday, January 25, 2008 @ 12:42:50
  Author: tpowa
    Path: /home/cvs-extra/extra/system/aufs

Modified: PKGBUILD (1.7 -> 1.8) aufs.install (1.1 -> 1.2)

upgpkg: update to new .24 kernel series


--------------+
 PKGBUILD     |   15 +++++++--------
 aufs.install |    6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)


Index: extra/system/aufs/PKGBUILD
diff -u extra/system/aufs/PKGBUILD:1.7 extra/system/aufs/PKGBUILD:1.8
--- extra/system/aufs/PKGBUILD:1.7	Mon Nov 26 11:22:38 2007
+++ extra/system/aufs/PKGBUILD	Fri Jan 25 12:42:50 2008
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD,v 1.7 2007/11/26 16:22:38 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2008/01/25 17:42:50 tpowa Exp $
 # Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
-pkgver=20071017
-pkgrel=6
-_kernver='2.6.23-ARCH'
+pkgver=20080125
+pkgrel=1
+_kernver='2.6.24-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.23.8-2' 'glibc' 'aufs-utils')
+depends=('kernel26>=2.6.24-1' 'kernel26<=2.6.25-0' 'glibc' 'aufs-utils')
 install=$pkgname.install
-source=(http://gerolde.archlinux.org/~paul/$pkgname-$pkgver.tar.gz)
-options=(!makeflags)
-md5sums=('804d2b634dac3ff3d4d35c7513a12edd')
+source=(ftp://ftp.archlinux.org/other/aufs/$pkgname-$pkgver.tar.gz)
+options=(!libtool !makeflags)
 
 build() {
   cd $startdir/src/$pkgname || return 1
Index: extra/system/aufs/aufs.install
diff -u extra/system/aufs/aufs.install:1.1 extra/system/aufs/aufs.install:1.2
--- extra/system/aufs/aufs.install:1.1	Fri Oct 19 10:21:57 2007
+++ extra/system/aufs/aufs.install	Fri Jan 25 12:42:50 2008
@@ -5,7 +5,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -13,7 +13,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -21,7 +21,7 @@
 post_remove() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list