diff --git a/testing/libntl/APKBUILD b/testing/libntl/APKBUILD index 70ae58553c8..6b61a0fb421 100644 --- a/testing/libntl/APKBUILD +++ b/testing/libntl/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Grigory Kirillov -# Maintainer: +# Maintainer: Celeste pkgname=libntl pkgver=11.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Library for doing number theory" url="https://libntl.org" arch="all" license="LGPL-2.1-or-later" makedepends="autoconf automake gf2x-dev gmp-dev perl" -source="https://libntl.org/ntl-$pkgver.tar.gz" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" +source="https://libntl.org/ntl-$pkgver.tar.gz" builddir="$srcdir/ntl-$pkgver/src" prepare() {