diff options
Diffstat (limited to 'community/freehdl')
-rw-r--r-- | community/freehdl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD index b96294284..4e9abcbbf 100644 --- a/community/freehdl/PKGBUILD +++ b/community/freehdl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.0.8 _qucsver=0.0.16 pkgrel=2 pkgdesc='An open-source (C++ generating) VHDL simulator' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://freehdl.seul.org' license=('GPL') depends=('gcc-libs' 'libtool' 'perl') |