diff options
Diffstat (limited to 'community/gerbv/PKGBUILD')
-rw-r--r-- | community/gerbv/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gerbv/PKGBUILD b/community/gerbv/PKGBUILD index 9c8af3255..bcdb91942 100644 --- a/community/gerbv/PKGBUILD +++ b/community/gerbv/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="An open source Gerber file (RS-274X only) viewer" #url="http://gerbv.gpleda.org/" url="http://gerbv.geda-project.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme') optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics') makedepends=('cvs' 'gettext') |