summaryrefslogtreecommitdiff
path: root/community/fuse-exfat
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
commit64d1eee48611d47e3666647522a6cae2b41902ff (patch)
treeabf5e07345df665486be6b8b27626b96df3e4097 /community/fuse-exfat
parentd948673f5f5d6f5db6c6e534d610365b122a3e66 (diff)
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libnetfilter_log/PKGBUILD community/radvd/PKGBUILD community/ucarp/PKGBUILD extra/ardour/PKGBUILD extra/docker/PKGBUILD extra/fftw/PKGBUILD
Diffstat (limited to 'community/fuse-exfat')
-rw-r--r--community/fuse-exfat/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD
index 16d669124..f607bf08d 100644
--- a/community/fuse-exfat/PKGBUILD
+++ b/community/fuse-exfat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 82536 2013-01-20 12:47:39Z giovanni $
+# $Id: PKGBUILD 83563 2013-02-03 07:12:01Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: GaoShichao <xgdgsc@gmail.com>
pkgname=fuse-exfat
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Free exFAT file system implementation"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ 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=('d2dd49910cfa213ab3b2ff2282dc46e6')
+md5sums=('7988a5111841593231f20af22153362d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"