diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-08 06:14:04 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-08 06:14:04 -0500 |
commit | b43058c52b47fecc180b37edd37968c96df4c9a7 (patch) | |
tree | 74285b0915afa738df6234ba7a47391dc2a8f0d9 /libre/clementine-libre | |
parent | d15d393d83d534bddbbc8bc29470888aae7c1a65 (diff) |
Add mips64el in arch() in packages of libre repo
Diffstat (limited to 'libre/clementine-libre')
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index defa4ae57..a8b58f29e 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -12,7 +12,7 @@ pkgrel=3.1 pkgdesc="A music player and library organizer, without spotify support" url="http://www.clementine-player.org/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice' 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl') |