summaryrefslogtreecommitdiff
path: root/extra/qhull/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qhull/PKGBUILD')
-rw-r--r--extra/qhull/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qhull/PKGBUILD b/extra/qhull/PKGBUILD
index 6f55425e6..5c4c333a1 100644
--- a/extra/qhull/PKGBUILD
+++ b/extra/qhull/PKGBUILD
@@ -6,16 +6,16 @@
pkgname=qhull
pkgver=2012.1
-pkgrel=1
+pkgrel=1.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"