[arch-commits] Commit in fuse/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Nov 5 22:10:05 UTC 2009
Date: Thursday, November 5, 2009 @ 17:10:05
Author: ronald
Revision: 58192
upgpkg: fuse 2.8.1-1
update to latest version
Modified:
fuse/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-11-05 22:02:24 UTC (rev 58191)
+++ PKGBUILD 2009-11-05 22:10:05 UTC (rev 58192)
@@ -3,7 +3,7 @@
# Contributor: Mark Rosenstand <mark at archlinux.org>
pkgname=fuse
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
'fuse.conf')
options=(!libtool)
-md5sums=('faa62f2cf051866c61242f28e88d0832'
+md5sums=('0e3505ce90155983f1bc995eb2cf6fa7'
'c9457cf5b2196da67d5ac816d1c86a4f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-kernel-module --enable-lib \
+ ./configure --prefix=/usr --enable-lib \
--enable-util --bindir=/bin
make || return 1
make DESTDIR=${pkgdir} install || return 1
More information about the arch-commits
mailing list