From c0241f4d9174d80fb50b9561095a685c8a0a5058 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Aug 2012 00:02:45 +0000 Subject: Wed Aug 15 00:02:44 UTC 2012 --- community/fuse-exfat/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/fuse-exfat/PKGBUILD') diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD index 8df8a4d10..2b2822f85 100644 --- a/community/fuse-exfat/PKGBUILD +++ b/community/fuse-exfat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68468 2012-03-25 09:05:15Z giovanni $ +# $Id: PKGBUILD 75089 2012-08-13 17:28:00Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: GaoShichao pkgname=fuse-exfat -pkgver=0.9.7 +pkgver=0.9.8 pkgrel=1 pkgdesc="Free exFAT file system implementation" arch=('i686' 'x86_64') @@ -14,12 +14,12 @@ makedepends=('scons') optdepends=('exfat-utils: utilities for exFAT file system' 'util-linux: to mount exFAT volumes automatically') source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('ea8eddcc68ec8881cb8a280086297e39') +md5sums=('59ff35d4ec8e53a79359edc53a6ab534') package() { cd "${srcdir}/${pkgname}-${pkgver}" - scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/sbin" + scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin" # Install man page install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8" -- cgit v1.2.3-54-g00ecf