diff options
Diffstat (limited to 'community/perl-fuse/PKGBUILD')
-rw-r--r-- | community/perl-fuse/PKGBUILD | 8 |
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 |