diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 18:31:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-11 18:31:06 -0500 |
commit | 1221808813e7daf99cbf9cd4491e9a510dad376c (patch) | |
tree | 5a95954b67930a103aa2cdc92053b8c286d8283c /community/sylpheed/PKGBUILD | |
parent | d53c17bfc7766efa4bcb43eecc2906938d3d2ee9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/sylpheed/PKGBUILD')
-rw-r--r-- | community/sylpheed/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD index 46feb657f..34233381c 100644 --- a/community/sylpheed/PKGBUILD +++ b/community/sylpheed/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sylpheed pkgver=3.2.0 pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sylpheed.sraoss.jp/en/" license=('GPL') depends=('gpgme' 'gtkspell' 'desktop-file-utils') |