summaryrefslogtreecommitdiff
path: root/community/perl-fuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-fuse/PKGBUILD')
-rw-r--r--community/perl-fuse/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD
index ca5b8ce33..7cf769802 100644
--- a/community/perl-fuse/PKGBUILD
+++ b/community/perl-fuse/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 99530 2013-10-29 10:58:33Z spupykin $
+# $Id: PKGBUILD 100908 2013-11-13 09:49:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
pkgname=perl-fuse
-pkgver=0.16
+pkgver=0.16.1
pkgrel=1
pkgdesc="write filesystems in Perl using FUSE"
arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@ depends=('perl' 'fuse')
license=('GPL')
source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
build-fix.patch)
-md5sums=('d7f36eb55392270d2c6b2f05737b553f'
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
'16d985400e620286efdf4610d78cb5d6')
prepare() {
cd $srcdir/Fuse-$pkgver
- patch -p1 <$srcdir/build-fix.patch
+# patch -p1 <$srcdir/build-fix.patch
}
build() {