diff options
author | root <root@rshg054.dnsready.net> | 2013-02-04 00:06:56 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-04 00:06:56 -0800 |
commit | 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch) | |
tree | 13cd29450035c478b8a064e0ff16f5a10e3fced6 /community/fuse-exfat | |
parent | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff) |
Mon Feb 4 00:06:56 PST 2013
Diffstat (limited to 'community/fuse-exfat')
-rw-r--r-- | community/fuse-exfat/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD index b66dba158..49a2cede9 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') @@ -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}" |