[arch-commits] Commit in aufs2-util/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sat Dec 5 07:07:36 UTC 2009
Date: Saturday, December 5, 2009 @ 02:07:36
Author: tpowa
Revision: 60434
upgpkg: aufs2-util 20091203-1
bump to new kernel 2.6.32
Modified:
aufs2-util/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-05 07:00:30 UTC (rev 60433)
+++ PKGBUILD 2009-12-05 07:07:36 UTC (rev 60434)
@@ -2,16 +2,16 @@
# Contributor: Paul Mattal <paul at mattal.com>
# Maintainer: Paul Mattal <pjmattal at elys.com>
pkgname=aufs2-util
-pkgver=20090910
+pkgver=20091203
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.31_20090910-1')
+makedepends=('aufs2>=2.6.32_20091203-1')
replaces=('aufs-utils')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$pkgname-$pkgver || return 1
@@ -21,4 +21,4 @@
#mkdir -p $pkgdir/{sbin,usr/bin,etc/default/aufs}
make DESTDIR=$pkgdir install || return 1
}
-md5sums=('e2ffb3e7d33617e778a26cdabbf47519')
+md5sums=('ec5179a130c0ce8b59cbdf477a8f5795')
More information about the arch-commits
mailing list