diff options
author | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-23 00:06:58 -0800 |
commit | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (patch) | |
tree | 27b5a5e0c621c065f896dd02b57ae7f0cab5cdb1 /community/fuse-exfat/PKGBUILD | |
parent | 949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff) |
Wed Jan 23 00:06:58 PST 2013
Diffstat (limited to 'community/fuse-exfat/PKGBUILD')
-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 2b2822f85..b66dba158 100644 --- a/community/fuse-exfat/PKGBUILD +++ b/community/fuse-exfat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 75089 2012-08-13 17:28:00Z giovanni $ +# $Id: PKGBUILD 82536 2013-01-20 12:47:39Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: GaoShichao <xgdgsc@gmail.com> pkgname=fuse-exfat -pkgver=0.9.8 +pkgver=1.0.0 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=('59ff35d4ec8e53a79359edc53a6ab534') +md5sums=('d2dd49910cfa213ab3b2ff2282dc46e6') package() { cd "${srcdir}/${pkgname}-${pkgver}" |