diff options
Diffstat (limited to 'community/plib/PKGBUILD')
-rw-r--r-- | community/plib/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD index daa847213..294df226d 100644 --- a/community/plib/PKGBUILD +++ b/community/plib/PKGBUILD @@ -6,7 +6,7 @@ pkgname=plib pkgver=1.8.5 pkgrel=4 pkgdesc="Set of libraries to write games and other realtime interactive applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://plib.sourceforge.net/" license=('custom:LGPL') makedepends=('mesa' 'libxi' 'libxmu') |