diff options
Diffstat (limited to 'community/pcb/PKGBUILD')
-rw-r--r-- | community/pcb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pcb/PKGBUILD b/community/pcb/PKGBUILD index e7a7fcf0c..7f2d7ceee 100644 --- a/community/pcb/PKGBUILD +++ b/community/pcb/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="An interactive printed circuit board editor for the X11 window system." url="http://pcb.gpleda.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('tcl' 'gtk2' 'gd' 'perlxml' 'hicolor-icon-theme' 'shared-mime-info') optdepends=('tk: for the graphical QFP footprint builder') install=$pkgname.install |