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/exfat-utils | |
parent | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff) |
Mon Feb 4 00:06:56 PST 2013
Diffstat (limited to 'community/exfat-utils')
-rw-r--r-- | community/exfat-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD index 045d4e669..011d78ed2 100644 --- a/community/exfat-utils/PKGBUILD +++ b/community/exfat-utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82538 2013-01-20 12:50:55Z giovanni $ +# $Id: PKGBUILD 83561 2013-02-03 07:07:42Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alex <mail.avatar@gmail.com> pkgname=exfat-utils -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Utilities for exFAT file system" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL3') depends=('glibc') makedepends=('scons') source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('1fdedea76fc660c432594a27f10ee74b') +md5sums=('e592130829d0bf61fa5e3cd1c759d329') package() { cd "${srcdir}/${pkgname}-${pkgver}" |