testing/pari: adopt aport

This commit is contained in:
Celeste 2024-08-26 06:53:37 +00:00
parent 3107eb4277
commit 037306ac6b

View file

@ -1,9 +1,9 @@
# Contributor: Alex Yam <alex@alexyam.com>
# Maintainer: Alex Yam <alex@alexyam.com>
# Maintainer: Celeste <cielesti@protonmail.com>
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*
}