diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 19:36:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 19:36:39 +0200 |
commit | d3a1f520331397ed3278655fe64d8e50fa1a1a33 (patch) | |
tree | 2d2c911922a5f4d74439313e0fab624fa75af94f /community | |
parent | 09d212c0f4cbed3f3bc884dddb8fa4756bc53a7d (diff) |
Build libcoverart.
Diffstat (limited to 'community')
-rw-r--r-- | community/libcoverart/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcoverart/PKGBUILD b/community/libcoverart/PKGBUILD index f0f4e2012..1a2a6cfc4 100644 --- a/community/libcoverart/PKGBUILD +++ b/community/libcoverart/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libcoverart pkgver=1.0.0 pkgrel=1 pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://musicbrainz.org/doc/libcoverart" license=('LGPL') depends=('neon' 'jansson') |