diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-22 14:02:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-22 14:02:08 -0500 |
commit | f8ec57e91051f85129d837252605854c888567d0 (patch) | |
tree | f75784bb22d2a59d95efa3e8730d486e62f019b5 | |
parent | b22cfd59e8463d72a1c4dd403591cc19ad2e5964 (diff) |
Add mips64el in archs
-rw-r--r-- | community/assimp/PKGBUILD | 2 | ||||
-rw-r--r-- | community/chuck/PKGBUILD | 2 | ||||
-rw-r--r-- | community/clinica/PKGBUILD | 2 | ||||
-rw-r--r-- | community/connman/PKGBUILD | 2 | ||||
-rw-r--r-- | community/cwiid/PKGBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD index 6a5087a83..041cefb49 100644 --- a/community/assimp/PKGBUILD +++ b/community/assimp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=assimp pkgver=3.0.1270 pkgrel=1 pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('libxmu' 'zlib' 'freeglut') makedepends=('cmake' 'boost') diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD index fe6b7247d..1927295f1 100644 --- a/community/chuck/PKGBUILD +++ b/community/chuck/PKGBUILD @@ -10,7 +10,7 @@ pkgname=chuck pkgver=1.3.1.3 pkgrel=1 pkgdesc='Concurrent, on-the-fly audio programming language' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://chuck.cs.princeton.edu/' license=('GPL') depends=('gcc-libs' 'libsndfile') diff --git a/community/clinica/PKGBUILD b/community/clinica/PKGBUILD index 54794584f..4a069a29d 100644 --- a/community/clinica/PKGBUILD +++ b/community/clinica/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clinica pkgver=0.2.1 pkgrel=5 pkgdesc="Simple medical records manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/clinica-project" license=('GPL3') depends=('libgee' 'libpeas' 'dconf') diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD index b6ca46685..fc32adb31 100644 --- a/community/connman/PKGBUILD +++ b/community/connman/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.8 pkgrel=1 pkgdesc="Wireless LAN network manager" url="http://connman.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('dbus-core' 'iptables' 'glib2' 'gnutls') conflicts=('openresolv') diff --git a/community/cwiid/PKGBUILD b/community/cwiid/PKGBUILD index a98abf2e5..c7fb65484 100644 --- a/community/cwiid/PKGBUILD +++ b/community/cwiid/PKGBUILD @@ -10,7 +10,7 @@ pkgname=cwiid pkgver=0.6.00 pkgrel=12 pkgdesc="Linux Nintendo Wiimote interface" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://abstrakraft.org/cwiid" depends=('bluez' 'gtk2') license=('GPL') |