summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-08 06:09:17 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-08 06:09:17 -0500
commit56933afc99bd004c88e3a0074b3bf383dc300e9a (patch)
tree31eba31aa734d80816facaa79692d803ee0a9ef4
parent1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (diff)
Add mips64el in archs
-rw-r--r--community/kwalletcli/PKGBUILD2
-rw-r--r--community/libalkimia/PKGBUILD2
-rw-r--r--community/libcgns2/PKGBUILD2
-rw-r--r--community/mksh/PKGBUILD2
4 files changed, 4 insertions, 4 deletions
diff --git a/community/kwalletcli/PKGBUILD b/community/kwalletcli/PKGBUILD
index 803b85750..252337319 100644
--- a/community/kwalletcli/PKGBUILD
+++ b/community/kwalletcli/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Command-Line Interface for the KDE Wallet"
url="http://www.mirbsd.org/kwalletcli.htm"
license=('custom:MirOS' 'LGPL3')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('kdebase-runtime' 'mksh')
optdepends=('gnupg2' 'openssh' 'pinentry')
source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz")
diff --git a/community/libalkimia/PKGBUILD b/community/libalkimia/PKGBUILD
index 004c8d6fa..fd6c170ac 100644
--- a/community/libalkimia/PKGBUILD
+++ b/community/libalkimia/PKGBUILD
@@ -10,7 +10,7 @@ depends=('kdelibs')
makedepends=('cmake' 'automoc4' 'doxygen')
url=('http://kde-apps.org/content/show.php/libalkimia?content=137323')
license=('LGPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2")
md5sums=('8d7b529c7be5f72ae1cbb02e818e9b79')
diff --git a/community/libcgns2/PKGBUILD b/community/libcgns2/PKGBUILD
index 590181b1f..d92b0e76e 100644
--- a/community/libcgns2/PKGBUILD
+++ b/community/libcgns2/PKGBUILD
@@ -7,7 +7,7 @@ _relver=5
pkgver=${_basever}.${_relver}
pkgrel=2
pkgdesc='General purpose library for the storage and retrieval of computational fluid dynamics analysis data by CGNS standard'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.cgns.org'
license=('custom')
conflicts=('libcgns')
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 342b5fd7b..aeb555ecc 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh"
url="http://mirbsd.de/mksh"
license=("custom")
makedepends=('cpio')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.cpio.gz"
"https://www.mirbsd.org/TaC-mksh.txt")