diff options
Diffstat (limited to 'community/clamz/PKGBUILD')
-rw-r--r-- | community/clamz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index ada02b3dc..ae887294d 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clamz pkgver=0.5 pkgrel=1 pkgdesc="Command-line program to download MP3 files from Amazon.com's music store." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/clamz/' license=('GPL3') depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils') |