diff options
Diffstat (limited to 'community/fpc')
-rw-r--r-- | community/fpc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD index 6402d9213..fa5ffb86e 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -10,7 +10,7 @@ pkgname=fpc pkgver=2.4.4 pkgrel=3 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freepascal.org/" license=('GPL' 'LGPL' 'custom') backup=("etc/fpc.cfg") |