Date: Wednesday, January 6, 2021 @ 13:37:18 Author: arojas Revision: 810808
Update to 4.2.0.p1 Modified: singular/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-06 13:37:14 UTC (rev 810807) +++ PKGBUILD 2021-01-06 13:37:18 UTC (rev 810808) @@ -3,10 +3,10 @@ pkgname=singular _majver=4-2-0 -_patchver=0 +_patchver=1 pkgver=${_majver//-/.}.p${_patchver} #pkgver=${_majver//-/.} -pkgrel=4 +pkgrel=1 pkgdesc="Computer Algebra System for polynomial computations" arch=(x86_64) url="https://www.singular.uni-kl.de/" @@ -14,10 +14,10 @@ depends=(flint cddlib) makedepends=(doxygen polymake) optdepends=('polymake: Polymake module') -source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz" +source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz" singular-polymake4.patch) #source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz") -sha256sums=('5b0f6c036b4a6f58bf620204b004ec6ca3a5007acc8352fec55eade2fc9d63f6' +sha256sums=('4fe2ef33c6922e27726851a40a43aedeceaca55e4235a9d9c9faf4bac0f4ebe3' 'fdc5a6945b90812b631b5ac4be5013313abdd8b032e66781df2713bc897f4f37') options=(!zipman)