Update fuse

This commit is contained in:
Manuel Tortosa 2010-11-12 00:42:23 +00:00
parent 948912f34c
commit 7171f484ac

View File

@ -3,7 +3,7 @@
# Contributor: Mark Rosenstand <mark@archlinux.org> # Contributor: Mark Rosenstand <mark@archlinux.org>
pkgname=fuse pkgname=fuse
pkgver=2.8.4 pkgver=2.8.5
pkgrel=1 pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -16,7 +16,7 @@ install=fuse.install
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf') 'fuse.conf')
options=(!libtool) options=(!libtool)
sha1sums=('b1bc296c3e5b90b3658edb5d8d7aa0ee97c145d7' sha1sums=('862320b56d6bc4ad5e7be2b1e0b5029166aae09b'
'3b42e37a741d4651099225987dc40e7f02a716ad') '3b42e37a741d4651099225987dc40e7f02a716ad')
build() { build() {