diff options
Diffstat (limited to 'testing/harminv')
-rw-r--r-- | testing/harminv/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD index 597829fd4e..483de90617 100644 --- a/testing/harminv/APKBUILD +++ b/testing/harminv/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=harminv pkgver=1.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Free program to solve the problem of harmonic inversion" url="https://github.com/stevengj/harminv" -arch="all !s390x" +arch="all" license="GPL" -depends_dev="openblas-dev" +depends_dev="openblas-dev>=0.3.0" makedepends="$depends_dev gfortran" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="$pkgname-$pkgver.tar.gz::https://github.com/stevengj/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" |