summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-19 08:40:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-19 08:40:06 -0500
commitb526d07bfb34845a348b6bd1eb9f8f6f8ac0c31a (patch)
treead48417cc6d8ba60e3c40926c102e4554f176e92 /community
parente8ac266a29f276931ed0b502edb12d3f4f44deb5 (diff)
Add mips64el in arch() of libclastfm
Diffstat (limited to 'community')
-rw-r--r--community/libclastfm/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libclastfm/PKGBUILD b/community/libclastfm/PKGBUILD
index b566ae17a..76601fdc0 100644
--- a/community/libclastfm/PKGBUILD
+++ b/community/libclastfm/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libclastfm
pkgver=0.5
pkgrel=1
pkgdesc="An unofficial C-API for the Last.fm web service"
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "mips64el")
url="http://liblastfm.sourceforge.net/"
license=('GPL')
depends=("curl")