From 529f101228ec76d11535e2b98cb1284d24bd4bac Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 30 Aug 2024 03:08:41 +0000 Subject: [PATCH] testing/libntl: claim maintainership --- testing/libntl/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {