diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 08:56:50 -0500 |
commit | 80148448a32ef60b19d35d7ff4e3a7443c43a41b (patch) | |
tree | e859645d9a90ab93ca3f6fc04b53075fff831632 /community/goobox | |
parent | c7e80d90ff5637e1be58084748ff74d0aefda9dd (diff) |
Add mips64el in archs
Diffstat (limited to 'community/goobox')
-rw-r--r-- | community/goobox/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index 6a5d3a949..322e0ed15 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=goobox pkgver=3.0.1 pkgrel=1 pkgdesc="CD player and ripper for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') depends=('brasero' 'libmusicbrainz3' 'libnotify' 'xdg-utils') |