summaryrefslogtreecommitdiff
path: root/community/fuse-exfat
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 10:29:19 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 10:29:19 -0300
commit3ed19e74567434fe0bc82d835513b5b62f151838 (patch)
tree32427be3c933a7d96426b28d9c90eceb6ab8ff3d /community/fuse-exfat
parentd5be0922f99093b4659507a4c17c664ac5c2f577 (diff)
parent8f1eb849d6de0031d4d91fb6d8780828b1ba924b (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/gambas3/PKGBUILD community-staging/libextractor/PKGBUILD community/haveged/PKGBUILD community/libfm/PKGBUILD core/lvm2/PKGBUILD extra/geeqie/PKGBUILD staging/calligra/PKGBUILD
Diffstat (limited to 'community/fuse-exfat')
-rw-r--r--community/fuse-exfat/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD
index a58cad0e8..cce35b5dc 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 <giovanni@archlinux.org>
# Contributor: GaoShichao <xgdgsc@gmail.com>
pkgname=fuse-exfat
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc="Free exFAT file system implementation"
arch=('i686' 'x86_64' 'mips64el')
@@ -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"