diff options
Diffstat (limited to 'core/nilfs-utils/PKGBUILD')
-rw-r--r-- | core/nilfs-utils/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/nilfs-utils/PKGBUILD b/core/nilfs-utils/PKGBUILD index 75614121d..0be7c54d1 100644 --- a/core/nilfs-utils/PKGBUILD +++ b/core/nilfs-utils/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 187036 2013-06-03 11:15:27Z allan $ +# $Id: PKGBUILD 197802 2013-10-30 10:38:00Z allan $ # Maintainer: Dan McGee <dan@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=nilfs-utils pkgver=2.1.5 -pkgrel=2 +pkgrel=3 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') url="http://www.nilfs.org/" license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') -options=(!libtool) source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) md5sums=('f072cc53c288492061b3199d63e32177') |