From 35e9f8bc93db9e691bf6d00950956ca3e5d86e83 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 17 Feb 2014 03:22:26 +0000 Subject: Mon Feb 17 03:19:04 UTC 2014 --- core/nilfs-utils/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/nilfs-utils') diff --git a/core/nilfs-utils/PKGBUILD b/core/nilfs-utils/PKGBUILD index 0be7c54d1..60140fc5a 100644 --- a/core/nilfs-utils/PKGBUILD +++ b/core/nilfs-utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197802 2013-10-30 10:38:00Z allan $ +# $Id: PKGBUILD 206066 2014-02-16 17:07:26Z dan $ # Maintainer: Dan McGee # Contributor: Geoffroy Carrier pkgname=nilfs-utils -pkgver=2.1.5 -pkgrel=3 +pkgver=2.1.6 +pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') url="http://www.nilfs.org/" @@ -12,11 +12,11 @@ license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('f072cc53c288492061b3199d63e32177') +md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f') build() { cd $pkgname-$pkgver - ./configure --sbindir=/usr/bin --enable-libmount + ./configure --sbindir=/usr/bin --with-libmount make } -- cgit v1.2.3-54-g00ecf