diff options
Diffstat (limited to 'extra/gsl/PKGBUILD')
-rw-r--r-- | extra/gsl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gsl/PKGBUILD b/extra/gsl/PKGBUILD index 3df3f01c4..9119271a8 100644 --- a/extra/gsl/PKGBUILD +++ b/extra/gsl/PKGBUILD @@ -5,13 +5,13 @@ pkgname=gsl pkgver=1.15 -pkgrel=2 +pkgrel=2.2 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers" url="http://www.gnu.org/software/gsl/gsl.html" source=("http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz") install=gsl.install license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glibc' 'bash') options=('!libtool') sha1sums=('d914f84b39a5274b0a589d9b83a66f44cd17ca8e') |