diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-11 12:10:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-11 12:10:34 -0300 |
commit | 951244a3e5bdc5f2f029f6550b46e5a06d1bfa26 (patch) | |
tree | c3d8436e968d171893be01f4afdab6e602c10770 /extra/gstreamer0.10-python/PKGBUILD | |
parent | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (diff) |
Added mips64el arch
Diffstat (limited to 'extra/gstreamer0.10-python/PKGBUILD')
-rw-r--r-- | extra/gstreamer0.10-python/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gstreamer0.10-python/PKGBUILD b/extra/gstreamer0.10-python/PKGBUILD index a4e6c86ec..610483475 100644 --- a/extra/gstreamer0.10-python/PKGBUILD +++ b/extra/gstreamer0.10-python/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gstreamer0.10-python pkgver=0.10.21 pkgrel=1 pkgdesc="Python bindings for GStreamer 0.10" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://gstreamer.freedesktop.org/" depends=('pygobject>=2.20.0' 'gstreamer0.10-base>=0.10.32') |