diff options
author | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
commit | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch) | |
tree | 84f66b46f238f46928efc905cad1b88a2d96c668 /core/nilfs-utils/PKGBUILD | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Sat May 18 02:12:59 PDT 2013
Diffstat (limited to 'core/nilfs-utils/PKGBUILD')
-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 f943a0d97..e962cb42a 100644 --- a/core/nilfs-utils/PKGBUILD +++ b/core/nilfs-utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163896 2012-07-21 19:19:52Z ibiru $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> +# $Id: PKGBUILD 185727 2013-05-17 18:43:30Z dan $ +# Maintainer: Dan McGee <dan@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=nilfs-utils -pkgver=2.1.4 +pkgver=2.1.5 pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') options=(!libtool) source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('e72f941f5041a057a81a1ce22e03497d') +md5sums=('f072cc53c288492061b3199d63e32177') build() { cd $pkgname-$pkgver |