Date: Saturday, July 19, 2014 @ 15:14:05
  Author: giovanni
Revision: 115958

upgpkg: fuse-exfat 1.1.0-1

upstream release

Modified:
  fuse-exfat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-07-19 13:06:22 UTC (rev 115957)
+++ PKGBUILD    2014-07-19 13:14:05 UTC (rev 115958)
@@ -3,8 +3,8 @@
 # Contributor: GaoShichao <xgd...@gmail.com>
 
 pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Free exFAT file system implementation"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/exfat/";
@@ -13,13 +13,13 @@
 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=('7988a5111841593231f20af22153362d')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('b2a23c032661cb1c1da4514e7af33916')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install 
DESTDIR="${pkgdir}/usr/bin"
+  scons CCFLAGS="${CFLAGS} -std=c99" 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"

Reply via email to