diff options
Diffstat (limited to 'community/qucs/PKGBUILD')
-rw-r--r-- | community/qucs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD index 725db0efb..d6b4d0285 100644 --- a/community/qucs/PKGBUILD +++ b/community/qucs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qucs pkgver=0.0.16 pkgrel=2 pkgdesc="An integrated circuit simulator with a graphical user interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://qucs.sourceforge.net" license=('GPL') depends=('qt3') |