[arch-commits] Commit in aufs2/trunk (PKGBUILD aufs2.install)

Tobias Powalowski tpowa at archlinux.org
Sat Dec 5 06:59:02 UTC 2009


    Date: Saturday, December 5, 2009 @ 01:59:02
  Author: tpowa
Revision: 60429

upgpkg: aufs2 2.6.32_20091203-1
    bump to new 2.6.32 kernel

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/aufs2.install

---------------+
 PKGBUILD      |    9 +++++----
 aufs2.install |    6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-04 22:56:29 UTC (rev 60428)
+++ PKGBUILD	2009-12-05 06:59:02 UTC (rev 60429)
@@ -1,17 +1,18 @@
 # $Id$
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs2
-pkgver=2.6.31_20090910
+pkgver=2.6.32_20091203
 pkgrel=1
 _kernver=${pkgver%_*}-ARCH
 pkgdesc="Another Unionfs Implementation"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.31' 'kernel26<2.6.32')
+depends=('kernel26>=2.6.32' 'kernel26<2.6.33')
+makedepends=('kernel26-headers>=2.6.32' 'kernel26-headers<2.6.33')
 replaces=('aufs')
 install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz)
 options=(!makeflags)
 
 build() {
@@ -46,4 +47,4 @@
   # install include files
   install -D -m 644 include/linux/aufs_type.h $pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h || return 1
 } 
-md5sums=('90af4ef41dcd68ba1171a2c562864c7c')
+md5sums=('22f851cefa083c179a593f0b5829f94b')

Modified: aufs2.install
===================================================================
--- aufs2.install	2009-12-04 22:56:29 UTC (rev 60428)
+++ aufs2.install	2009-12-05 06:59:02 UTC (rev 60429)
@@ -1,15 +1,15 @@
 post_install() {
-  KERNEL_VERSION=2.6.31-ARCH
+  KERNEL_VERSION=2.6.32-ARCH
   depmod $KERNEL_VERSION
 }
 
 post_upgrade() {
-  KERNEL_VERSION=2.6.31-ARCH
+  KERNEL_VERSION=2.6.32-ARCH
   depmod $KERNEL_VERSION
 }
 
 post_remove() {
-  KERNEL_VERSION=2.6.31-ARCH
+  KERNEL_VERSION=2.6.32-ARCH
   depmod $KERNEL_VERSION
 }
 




More information about the arch-commits mailing list