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

Ionut Biru ibiru at archlinux.org
Thu Jun 7 18:45:27 UTC 2012


    Date: Thursday, June 7, 2012 @ 14:45:27
  Author: ibiru
Revision: 160971

update to 2.1.2

Modified:
  nilfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-07 18:26:20 UTC (rev 160970)
+++ PKGBUILD	2012-06-07 18:45:27 UTC (rev 160971)
@@ -3,8 +3,8 @@
 # Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
 
 pkgname=nilfs-utils
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
 arch=('i686' 'x86_64')
 url="http://www.nilfs.org/"
@@ -13,15 +13,15 @@
 depends=('util-linux')
 options=(!libtool)
 source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('caa7d8b7121311bd978120e2f0c45d81')
+md5sums=('9a16a5ca459e64a903eac9c2fd456802')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   ./configure --enable-libmount
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
 }




More information about the arch-commits mailing list