diff options
Diffstat (limited to 'community/gstreamermm/PKGBUILD')
-rw-r--r-- | community/gstreamermm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gstreamermm/PKGBUILD b/community/gstreamermm/PKGBUILD index 9f53179a5..050059c9f 100644 --- a/community/gstreamermm/PKGBUILD +++ b/community/gstreamermm/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gstreamermm pkgver=0.10.11 pkgrel=1 pkgdesc="C++ interface for GStreamer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gstreamer.freedesktop.org/bindings/cplusplus.html" license=('LGPL') depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++') |