summaryrefslogtreecommitdiff
path: root/extra/grilo
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-08 12:46:51 +0100
committerJoe <joe@joelightning.com>2011-10-08 12:46:51 +0100
commite9dfbb495c1dd17b793a04cd338ede2577089925 (patch)
tree2c5c493665bb3153cfa604c4590b6c5fb2bead5c /extra/grilo
parent4d959001d267263c8b27398b44bfe8d93f494d57 (diff)
arch array needed fix
Diffstat (limited to 'extra/grilo')
-rw-r--r--extra/grilo/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/grilo/PKGBUILD b/extra/grilo/PKGBUILD
index 802a350ec..9d2d331f3 100644
--- a/extra/grilo/PKGBUILD
+++ b/extra/grilo/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.1.17
pkgrel=2
pkgdesc="Framework that provides access to various sources of multimedia content"
url="http://www.gnome.org"
-arch=('i686' 'x86_64')
+arch=(mips64el)
license=('LGPL')
depends=('gtk3' 'libxml2' 'libsoup')
makedepends=('gobject-introspection' 'gtk-doc' 'vala')