diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-25 23:14:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-25 23:14:52 -0500 |
commit | 14a4ed053872549facd5a1f4817bee71bb21c8f7 (patch) | |
tree | 7d9d241bdc00bb4d0d73a7c8e9c2b479c6df36e1 | |
parent | 35f6c389808662679812a4d2f6a31ac279b8314e (diff) |
Add mips64el in archs
-rw-r--r-- | community/pianobar/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python2-nautilus/PKGBUILD | 2 | ||||
-rw-r--r-- | community/rblcheck/PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index e030c46f0..a8b929543 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2012.05.06 pkgrel=3 pkgdesc="console-based frontend for Pandora" url="http://6xq.net/0017" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt') source=(http://6xq.net/media/00/16/pianobar-$pkgver.tar.bz2) diff --git a/community/python2-nautilus/PKGBUILD b/community/python2-nautilus/PKGBUILD index 4e79d732c..b359926cd 100644 --- a/community/python2-nautilus/PKGBUILD +++ b/community/python2-nautilus/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=nautilus-python pkgver=1.1 pkgrel=3 pkgdesc="Python bindings for the Nautilus Extension API" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.gnome.org/nautilus-python/" license=('GPL') depends=('nautilus' 'python2-gobject') diff --git a/community/rblcheck/PKGBUILD b/community/rblcheck/PKGBUILD index d879b6c23..da4c32b3f 100644 --- a/community/rblcheck/PKGBUILD +++ b/community/rblcheck/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rblcheck pkgver=1.5 pkgrel=1 pkgdesc='Tool to Query RBL Servers' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://rblcheck.sourceforge.net/' license=('GPL2') depends=('glibc' 'bash') |