diff options
Diffstat (limited to 'extra/xfce4-mixer/PKGBUILD')
-rw-r--r-- | extra/xfce4-mixer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-mixer/PKGBUILD b/extra/xfce4-mixer/PKGBUILD index 7cc19647a..451d7853f 100644 --- a/extra/xfce4-mixer/PKGBUILD +++ b/extra/xfce4-mixer/PKGBUILD @@ -5,15 +5,15 @@ pkgname=xfce4-mixer pkgver=4.8.0 pkgrel=2 pkgdesc="The volume control plugin for the Xfce panel" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL2') url="http://www.xfce.org/" groups=('xfce4') depends=("xfce4-panel>=4.8.0" 'gstreamer0.10-base>=0.10.22' 'hicolor-icon-theme') makedepends=('intltool') -optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware' \ - 'gstreamer0.10-good-plugins: well supported hardware'\ - 'gstreamer0.10-bad-plugins: not so well supported hardware'\ +optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware' + 'gstreamer0.10-good-plugins: well supported hardware' + 'gstreamer0.10-bad-plugins: not so well supported hardware' 'gstreamer0.10-ugly-plugins: might contain questionable license hardware') options=('!libtool') install=${pkgname}.install |