diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-16 17:20:38 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-16 17:20:38 -0300 |
commit | 1b06975999d3c939ca811b49b6e731a4955a4684 (patch) | |
tree | d3451f8d512500215a5827f38c8af2318e30643c | |
parent | ebef5099cd5f2ec0686b8f46d389c43ea5a53cac (diff) |
Ported to mips64el
-rw-r--r-- | community/libtommath/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/convertlit/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..c8e835202 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2" 'libtommath-0.42.0-makefile.patch') md5sums=('7380da904b020301be7045cb3a89039b' diff --git a/extra/convertlit/PKGBUILD b/extra/convertlit/PKGBUILD index 4c7477666..95217f5fc 100644 --- a/extra/convertlit/PKGBUILD +++ b/extra/convertlit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=convertlit pkgver=1.8 pkgrel=6 pkgdesc="An extractor/converter for .LIT eBooks" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.convertlit.com/" license=('GPL') depends=('glibc') |