summaryrefslogtreecommitdiff
path: root/core/nilfs-utils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
commitcb08e4a8bd52e55b2d425484b9fd2fe357f663c3 (patch)
tree03aa7b8ad93cd8815a1c1be95b563a667d92d6b8 /core/nilfs-utils
parentfb62b6371fdc9ffe50d30c698f13ea1fb39c215b (diff)
parent61f450a3578b7e51c337e1a687c0cef2bc07ff35 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/lirc/PKGBUILD extra/php/PKGBUILD multilib/lib32-keyutils/PKGBUILD multilib/lib32-util-linux/PKGBUILD staging/clamav/PKGBUILD testing/sysvinit/PKGBUILD
Diffstat (limited to 'core/nilfs-utils')
-rw-r--r--core/nilfs-utils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/nilfs-utils/PKGBUILD b/core/nilfs-utils/PKGBUILD
index 71eaa9b30..482d5419b 100644
--- a/core/nilfs-utils/PKGBUILD
+++ b/core/nilfs-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 158619 2012-05-05 03:17:23Z dreisner $
+# $Id: PKGBUILD 161869 2012-06-16 00:19:50Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@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' 'mips64el')
url="http://www.nilfs.org/"
@@ -13,15 +13,15 @@ backup=('etc/nilfs_cleanerd.conf')
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
}