[arch-commits] Commit in nilfs-utils/trunk (PKGBUILD)

Dan McGee dan at nymeria.archlinux.org
Fri Feb 14 19:40:58 UTC 2014


    Date: Friday, February 14, 2014 @ 20:40:57
  Author: dan
Revision: 205951

upgpkg: nilfs-utils 2.1.6-1

Modified:
  nilfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-14 19:40:52 UTC (rev 205950)
+++ PKGBUILD	2014-02-14 19:40:57 UTC (rev 205951)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
 
 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 @@
 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
 }
 




More information about the arch-commits mailing list