summaryrefslogtreecommitdiff
path: root/community/perl-fuse/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
committerroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
commit7c151ac5589d3dbef5972f69a62b847ecf565bfa (patch)
tree9450bd13169930e602731e9c431b79fdaaad2c02 /community/perl-fuse/PKGBUILD
parent38b1ce25596ae456fefb3214a73c3d1005da568f (diff)
Wed Oct 30 01:01:59 PDT 2013
Diffstat (limited to 'community/perl-fuse/PKGBUILD')
-rw-r--r--community/perl-fuse/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD
index a7efcd34d..ca5b8ce33 100644
--- a/community/perl-fuse/PKGBUILD
+++ b/community/perl-fuse/PKGBUILD
@@ -1,17 +1,24 @@
-# $Id: PKGBUILD 95164 2013-08-06 11:52:21Z spupykin $
+# $Id: PKGBUILD 99530 2013-10-29 10:58:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
pkgname=perl-fuse
-pkgver=0.15
+pkgver=0.16
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=('5c521508bea036fed946d43b44d56056')
+source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+ build-fix.patch)
+md5sums=('d7f36eb55392270d2c6b2f05737b553f'
+ '16d985400e620286efdf4610d78cb5d6')
+
+prepare() {
+ cd $srcdir/Fuse-$pkgver
+ patch -p1 <$srcdir/build-fix.patch
+}
build() {
cd $srcdir/Fuse-$pkgver