diff options
Diffstat (limited to 'extra/qhull/PKGBUILD')
-rw-r--r-- | extra/qhull/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/qhull/PKGBUILD b/extra/qhull/PKGBUILD index 6f55425e6..e4bcd3ec5 100644 --- a/extra/qhull/PKGBUILD +++ b/extra/qhull/PKGBUILD @@ -8,14 +8,14 @@ pkgname=qhull pkgver=2012.1 pkgrel=1 pkgdesc="A general dimension code for computing convex hulls and related structures" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.qhull.org/" license=('custom') depends=('gcc-libs') makedepends=('cmake') source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz") options=('!libtool') -md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f') +md5sums=('d0f978c0d8dfb2e919caefa56ea2953c') build() { cd "$srcdir/$pkgname-$pkgver" |