diff options
Diffstat (limited to 'community/perl-lchown')
-rw-r--r-- | community/perl-lchown/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-lchown/PKGBUILD b/community/perl-lchown/PKGBUILD index 319a30bd1..1984b2eb9 100644 --- a/community/perl-lchown/PKGBUILD +++ b/community/perl-lchown/PKGBUILD @@ -4,7 +4,7 @@ pkgname=perl-lchown pkgver=1.01 pkgrel=1 pkgdesc="use the lchown(2) system call from Perl" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=(PerlArtistic GPL) options=(!emptydirs) depends=('perl') |