diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-17 03:23:13 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-17 03:23:13 +0000 |
commit | d9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (patch) | |
tree | 576dd0e595b65810f7f19ae8b9e9617a52831dec /core/nilfs-utils | |
parent | c78a18750fc2b9df6ea94089159f4176a1f9198d (diff) |
Thu Apr 17 03:20:20 UTC 2014
Diffstat (limited to 'core/nilfs-utils')
-rw-r--r-- | core/nilfs-utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/nilfs-utils/PKGBUILD b/core/nilfs-utils/PKGBUILD index 60140fc5a..365abf393 100644 --- a/core/nilfs-utils/PKGBUILD +++ b/core/nilfs-utils/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 206066 2014-02-16 17:07:26Z dan $ +# $Id: PKGBUILD 210622 2014-04-16 03:17:38Z dan $ # Maintainer: Dan McGee <dan@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=nilfs-utils -pkgver=2.1.6 +pkgver=2.2.0 pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') -url="http://www.nilfs.org/" +url="http://nilfs.sourceforge.net/" license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f') +md5sums=('57480da0c9e6c35100e157b6cc87b6f8') build() { cd $pkgname-$pkgver |