diff options
Diffstat (limited to 'community/emesene/PKGBUILD')
-rwxr-xr-x | community/emesene/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/emesene/PKGBUILD b/community/emesene/PKGBUILD index f6a188c92..cf8bfe705 100755 --- a/community/emesene/PKGBUILD +++ b/community/emesene/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A pygtk MSN Messenger client" url="http://www.emesene.org/" license=('custom:PSF' 'GPL' 'LGPL2.1') -arch=('i686' 'x86_64') # libmimic is hardcoded, so no 'any' package +arch=('i686' 'x86_64' 'mips64el') # libmimic is hardcoded, so no 'any' package #depends=('python2' 'pygtk' 'hicolor-icon-theme' 'xdg-utils') depends=('python2' 'pygtk' 'python-dnspython' 'pylint' 'python-notify' 'openssl' \ 'papyon' 'python-imaging' 'dbus-python' 'xdg-utils' 'hicolor-icon-theme') |