openblas: Update to 0.2.13

This commit is contained in:
Alexpux
2014-12-09 09:51:54 +03:00
parent ea21851845
commit 082440dc7b

View File

@@ -3,8 +3,8 @@
_realname=OpenBLAS
pkgname="${MINGW_PACKAGE_PREFIX}-openblas"
pkgver=0.2.11
pkgrel=2
pkgver=0.2.13
pkgrel=1
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD, providing optimized blas, lapack, and cblas. (mingw-w64)"
arch=('any')
url="http://xianyi.github.com/OpenBLAS/"
@@ -22,7 +22,7 @@ makedepends=("perl"
options=('!buildflags' '!makeflags' 'strip' 'staticlibs')
source=(${_realname}-v${pkgver}.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
install=(${_realname}.install)
md5sums=('c456f3c5e84c3ab69ef89b22e616627a')
md5sums=('bba7b37b5a5b6674fda91dcb2faab145')
build() {
cd "$srcdir/$_realname-$pkgver"