singular: update to 4.3.2p16.
This commit is contained in:
parent
e7771363e4
commit
f790f379dd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'singular'
|
||||
pkgname=singular
|
||||
version=4.3.2p10
|
||||
version=4.3.2p16
|
||||
revision=1
|
||||
_majver=${version%p*}
|
||||
build_style=gnu-configure
|
||||
|
@ -16,11 +16,11 @@ configure_args="--with-readline=ncurses
|
|||
hostmakedepends="perl tar"
|
||||
makedepends="flintlib-devel cddlib-devel readline-devel"
|
||||
short_desc="Computer algebra system for polynomial computations"
|
||||
maintainer="dkwo <npiazza@disroot.org>"
|
||||
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.singular.uni-kl.de"
|
||||
distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
|
||||
checksum=28c2c9fcfee954e00dfa56eb1a7d418d5b1de67c4398d25a0f2b8f73e71552a8
|
||||
checksum=675733ba13a6ec67c564e753139f7c0c4b0d3e29bdb995de5341b616f1472a16
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
makedepends+=" ntl-devel"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern='(singular|Release)?-?\K[-.p\d]+(?=\.tar\.gz")'
|
Loading…
Reference in New Issue