diff --git a/testing/pari/APKBUILD b/testing/pari/APKBUILD index bad6f96aec3..0fa7a9de320 100644 --- a/testing/pari/APKBUILD +++ b/testing/pari/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Alex Yam -# Maintainer: Alex Yam +# Maintainer: Celeste pkgname=pari pkgver=2.15.5 -pkgrel=0 -pkgdesc="computer algebra system designed for fast computations in number theory" +pkgrel=1 +pkgdesc="Computer algebra system designed for fast computations in number theory" url="https://pari.math.u-bordeaux.fr/" arch="all !x86 !armv7 !armhf" # x86/armv7/armhf failed test matsnf-sta and matsnf-dyn license="GPL-2.0-or-later" @@ -34,6 +34,8 @@ package() { } _lib() { + pkgdesc="$pkgdesc (libraries)" + # symlink is backwards so it doesn't move otherwise amove usr/lib/libpari* }