diff options
author | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
commit | 40e90a19618851856689ef8697391d37ec6841a1 (patch) | |
tree | 7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /community/perl-fuse/PKGBUILD | |
parent | 8a8ac56bbf82685c43072923560881e6b119ec66 (diff) |
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'community/perl-fuse/PKGBUILD')
-rw-r--r-- | community/perl-fuse/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD index 079721841..21a1d84bd 100644 --- a/community/perl-fuse/PKGBUILD +++ b/community/perl-fuse/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 47546 2011-05-23 19:23:45Z jelle $ +# $Id: PKGBUILD 56424 2011-10-07 09:55:09Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Tom K <tomk@runbox.com> pkgname=perl-fuse -pkgver=0.11 -pkgrel=2 +pkgver=0.14 +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=('4b4cb2399dc409015779af0940513c97') -options=('!emptydirs') +md5sums=('df72f17bf03e1a31c1a834816a3a59f1') build() { cd $srcdir/Fuse-$pkgver |