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/gnac | |
parent | c7e80d90ff5637e1be58084748ff74d0aefda9dd (diff) |
Add mips64el in archs
Diffstat (limited to 'community/gnac')
-rw-r--r-- | community/gnac/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnac/PKGBUILD b/community/gnac/PKGBUILD index 42cb76b7f..9b70a49ff 100644 --- a/community/gnac/PKGBUILD +++ b/community/gnac/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnac pkgver=0.2.4.1 pkgrel=1 pkgdesc="Audio converter for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gnac.sourceforge.net/" license=('GPL') depends=('libnotify' 'libunique3' 'gstreamer0.10-base-plugins' 'dconf' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils') |