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

Tobias Powalowski tpowa at archlinux.org
Tue Aug 3 09:49:35 UTC 2010


    Date: Tuesday, August 3, 2010 @ 05:49:34
  Author: tpowa
Revision: 86685

upgpkg: aufs2 2.6.35_20100802-1
bump to latest version

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/aufs2.install
  aufs2/trunk/create-tarball.sh

-------------------+
 PKGBUILD          |   11 +++++------
 aufs2.install     |    2 +-
 create-tarball.sh |    6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-03 09:45:43 UTC (rev 86684)
+++ PKGBUILD	2010-08-03 09:49:34 UTC (rev 86685)
@@ -2,21 +2,20 @@
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 
 pkgname=aufs2
-pkgver=2.6.34_20100517
+pkgver=2.6.35_20100802
 pkgrel=1
 #_kernver=${pkgver%_*}-ARCH
-_kernver=2.6.34-ARCH
+_kernver=2.6.35-ARCH
 pkgdesc="Another Unionfs Implementation"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.34' 'kernel26<2.6.35')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('kernel26>=2.6.35' 'kernel26<2.6.36')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 replaces=('aufs')
 install=${pkgname}.install
 source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz")
 options=('!makeflags')
-md5sums=('271f07ac41e07cb7c30ff29bee8087fa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -55,4 +54,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=('421c5ca3d4d917f92f7c0508a16f8177')
+md5sums=('e0b3f5709e1cb746fdfa43047354ad4d')

Modified: aufs2.install
===================================================================
--- aufs2.install	2010-08-03 09:45:43 UTC (rev 86684)
+++ aufs2.install	2010-08-03 09:49:34 UTC (rev 86685)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod $KERNEL_VERSION
 }
 

Modified: create-tarball.sh
===================================================================
--- create-tarball.sh	2010-08-03 09:45:43 UTC (rev 86684)
+++ create-tarball.sh	2010-08-03 09:49:34 UTC (rev 86685)
@@ -1,7 +1,7 @@
 #!/bin/sh
-AUFS2VERSION="-34"
-KERNELVERSION=2.6.34
-GITSNAPSHOT=20100517
+AUFS2VERSION="-35"
+KERNELVERSION=2.6.35
+GITSNAPSHOT=20100802
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-standalone.git
 cd aufs2-standalone.git




More information about the arch-commits mailing list