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/muine/PKGBUILD | |
parent | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (diff) |
Added mips64el arch
Diffstat (limited to 'extra/muine/PKGBUILD')
-rw-r--r-- | extra/muine/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/muine/PKGBUILD b/extra/muine/PKGBUILD index b6cca9fe7..fbccb76d7 100644 --- a/extra/muine/PKGBUILD +++ b/extra/muine/PKGBUILD @@ -6,7 +6,7 @@ pkgname=muine pkgver=0.8.11 pkgrel=1 pkgdesc="A music player written in C#" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://www.muine-player.org/" depends=('gconf>=2.28.0' 'gtk2>=2.18.3' 'gnome-icon-theme>=2.28.0' 'gstreamer0.10>=0.10.25' 'mono>=2.4.2.3' 'gnome-sharp>=2.24.1' 'taglib-sharp>=2.0.3.2' 'ndesk-dbus>=0.6.0' 'ndesk-dbus-glib>=0.4.1' 'gstreamer0.10-base-plugins>=0.10.25' 'gstreamer0.10-good-plugins>=0.10.16') |