summaryrefslogtreecommitdiff
path: root/community/perl-fuse
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
committerroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
commitb7d2dcfdb924359a7bdb0614960df38e6e4a9feb (patch)
tree80a10c5f9d110268b99228832caa676955cc459b /community/perl-fuse
parenta2fb8ff517d83749ec3b5543aeba805f07ea257d (diff)
Wed Aug 7 02:56:35 PDT 2013
Diffstat (limited to 'community/perl-fuse')
-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 73a26df30..a7efcd34d 100644
--- a/community/perl-fuse/PKGBUILD
+++ b/community/perl-fuse/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 91670 2013-05-26 09:25:07Z bluewind $
+# $Id: PKGBUILD 95164 2013-08-06 11:52:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
pkgname=perl-fuse
-pkgver=0.14
-pkgrel=3
+pkgver=0.15
+pkgrel=1
pkgdesc="write filesystems in Perl using FUSE"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Fuse"
depends=('perl' 'fuse')
license=('GPL')
source=(http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-$pkgver.tar.gz)
-md5sums=('df72f17bf03e1a31c1a834816a3a59f1')
+md5sums=('5c521508bea036fed946d43b44d56056')
build() {
cd $srcdir/Fuse-$pkgver