diff options
Diffstat (limited to 'community/perl-dbd-pg')
-rw-r--r-- | community/perl-dbd-pg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD index 7af282d37..d2e9c663b 100644 --- a/community/perl-dbd-pg/PKGBUILD +++ b/community/perl-dbd-pg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=perl-dbd-pg pkgver=2.18.1 pkgrel=1 pkgdesc="Postgres Driver for DBI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/DBD-Pg" license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'postgresql-libs') |