--- PKGBUILD.orig 2010-01-16 22:57:57.417028144 +0100 +++ PKGBUILD 2010-01-16 22:58:24.440356671 +0100 @@ -6,7 +6,7 @@ pkgname=perl-libwww _realname=libwww-perl pkgver=5.833 -pkgrel=2 +pkgrel=3 pkgdesc="A set of Perl modules which provides a simple and consistent API to the WWW." arch=('any') license=('PerlArtistic') @@ -38,7 +38,7 @@ build() { cd ${srcdir}/${_realname}-${pkgver} # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor || return 1 + perl Makefile.PL --aliases INSTALLDIRS=vendor || return 1 make || return 1 make install DESTDIR=${pkgdir} || return 1