diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD index cca41dddf55..597829fd4ee 100644 --- a/testing/harminv/APKBUILD +++ b/testing/harminv/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Isaac Dunham -# Maintainer: +# Maintainer: Roberto Oliveira pkgname=harminv pkgver=1.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Free program to solve the problem of harmonic inversion" url="https://github.com/stevengj/harminv" arch="all !s390x" @@ -24,7 +24,8 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ - --disable-static --enable-shared + --disable-static \ + --enable-shared make }