diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-24 05:13:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-24 05:13:16 -0500 |
commit | 6d585eb3ccb8cc18ecc977432ee3b6d618f1a41f (patch) | |
tree | 7633ecda5b3686647f84654a9e6b644076fee8fe /extra/grilo-plugins | |
parent | cc565b7309a5708f2375b5f6926d173fd122119d (diff) |
Add mips64el in archs
Diffstat (limited to 'extra/grilo-plugins')
-rw-r--r-- | extra/grilo-plugins/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/grilo-plugins/PKGBUILD b/extra/grilo-plugins/PKGBUILD index d248642f9..b6cb37a16 100644 --- a/extra/grilo-plugins/PKGBUILD +++ b/extra/grilo-plugins/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.1.18 pkgrel=3 pkgdesc="Plugins for Grilo" url="http://www.gnome.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('grilo') makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt' |