[arch-commits] Commit in aufs2-util/trunk (PKGBUILD create-tarball.sh)
Tobias Powalowski
tpowa at archlinux.org
Wed Mar 16 06:31:06 UTC 2011
Date: Wednesday, March 16, 2011 @ 02:31:06
Author: tpowa
Revision: 114820
upgpkg: aufs2-util 20110314-1
bump to .38 series
Modified:
aufs2-util/trunk/PKGBUILD
aufs2-util/trunk/create-tarball.sh
-------------------+
PKGBUILD | 6 +++---
create-tarball.sh | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-16 06:30:52 UTC (rev 114819)
+++ PKGBUILD 2011-03-16 06:31:06 UTC (rev 114820)
@@ -2,14 +2,14 @@
# Contributor: Paul Mattal <paul at mattal.com>
# Maintainer: Paul Mattal <pjmattal at elys.com>
pkgname=aufs2-util
-pkgver=20110124
+pkgver=20110314
pkgrel=1
pkgdesc="Another Unionfs Implementation that supports NFS branches"
arch=('i686' 'x86_64')
url="http://aufs.sourceforge.net/"
license=('GPL2')
depends=('glibc')
-makedepends=('aufs2>=2.6.37_20110124' 'kernel26-headers')
+makedepends=('aufs2>=2.6.38_20110314' 'kernel26-headers')
replaces=('aufs-utils')
source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
@@ -22,4 +22,4 @@
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
-md5sums=('6272b6f28477bb8bf90ed43e66564e7a')
+md5sums=('bf0f9c86361e12a3181fb3891e57cd8d')
Modified: create-tarball.sh
===================================================================
--- create-tarball.sh 2011-03-16 06:30:52 UTC (rev 114819)
+++ create-tarball.sh 2011-03-16 06:31:06 UTC (rev 114820)
@@ -1,5 +1,5 @@
#!/bin/sh
-GITSNAPSHOT=20110124
+GITSNAPSHOT=20110314
# aufs2 (no -xx) for the latest -rc version.
git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git aufs2-util.git
cd aufs2-util.git
More information about the arch-commits
mailing list