diff options
Diffstat (limited to 'extra/evolution-data-server/PKGBUILD')
-rw-r--r-- | extra/evolution-data-server/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index fa2c38551..43f81f44b 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -5,7 +5,7 @@ pkgname=evolution-data-server pkgver=3.8.3 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata) makedepends=(intltool gperf gobject-introspection vala python2) options=('!libtool') |