diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template index beb0e6d3011..819ee81cb82 100644 --- a/srcpkgs/singular/template +++ b/srcpkgs/singular/template @@ -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 " +maintainer="dkwo , Gonzalo TornarĂ­a " 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" diff --git a/srcpkgs/singular/update b/srcpkgs/singular/update new file mode 100644 index 00000000000..93a63868f4c --- /dev/null +++ b/srcpkgs/singular/update @@ -0,0 +1 @@ +pattern='(singular|Release)?-?\K[-.p\d]+(?=\.tar\.gz")'