diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-17 11:15:49 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-17 11:15:49 -0500 |
commit | 87b7378113db4dc9d6a3b33cb41315468d3b10e4 (patch) | |
tree | fd2617cb76a55029e6f1451c727d19c6d5c4cbd1 | |
parent | d341abe5f34f442b1e7edef63dde2f22908dda81 (diff) |
Add mips64el in arch() of contacts
-rw-r--r-- | community/contacts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/contacts/PKGBUILD b/community/contacts/PKGBUILD index 638c9866d..f0c26da9e 100644 --- a/community/contacts/PKGBUILD +++ b/community/contacts/PKGBUILD @@ -5,7 +5,7 @@ pkgname=contacts pkgver=0.12 pkgrel=6 pkgdesc="Small, lightweight GTK+ address book app" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pimlico-project.org/contacts.html" license=('GPL') depends=('gtk2' 'evolution-data-server' 'desktop-file-utils' 'xdg-utils') |