diff options
Diffstat (limited to 'community/xcircuit/PKGBUILD')
-rw-r--r-- | community/xcircuit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index 092bcbb53..24661289e 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xcircuit pkgver=3.7.26 pkgrel=2 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencircuitdesign.com/xcircuit" license=('GPL2') depends=('tk' 'libxpm' 'zlib') |