diff options
Diffstat (limited to 'community/ngspice/PKGBUILD')
-rw-r--r-- | community/ngspice/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ngspice/PKGBUILD b/community/ngspice/PKGBUILD index e55415fa4..eb18ee629 100644 --- a/community/ngspice/PKGBUILD +++ b/community/ngspice/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.' url='http://ngspice.sourceforge.net' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libxaw' 'libedit' 'gcc-libs') source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz" "http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz") |