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 b5fc60881..7d3af5c40 100644 --- a/community/ngspice/PKGBUILD +++ b/community/ngspice/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 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/$pkgname/$pkgver/ngspice-$pkgver.tar.gz") sha1sums=('745c3c32385b7d5c808836e393fe7699f8568860') |