[arch-commits] Commit in singular/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 18 15:28:34 UTC 2020


    Date: Friday, December 18, 2020 @ 15:28:34
  Author: arojas
Revision: 778707

Update to 4.2.0

Modified:
  singular/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-18 15:09:34 UTC (rev 778706)
+++ PKGBUILD	2020-12-18 15:28:34 UTC (rev 778707)
@@ -2,11 +2,11 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=singular
-_majver=4-1-3
-_patchver=2
+_majver=4-2-0
+_patchver=0
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=5
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/"
@@ -16,17 +16,14 @@
 checkdepends=(python2)
 optdepends=('polymake: Polymake module')
 source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
-         primdecSY-hang.patch::"https://github.com/Singular/Sources/commit/0d015456.patch"
          singular-polymake4.patch)
 #source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
-sha256sums=('ee7ac6076d7f8622a1f24d37e9b632bae0700c6e314f56728400be136df64494'
-            '46b7a7ed52ffc212693cafc46fefd1837268ea90636037da292dea6bdb205f2d'
+sha256sums=('30771f138853f0ee1363b7ab7a1294dfbe0df754178be7e8adeeaac5d2707ffb'
             'fdc5a6945b90812b631b5ac4be5013313abdd8b032e66781df2713bc897f4f37')
 options=(!zipman)
 
 prepare() {
   cd singular-${_majver//-/.}
-  patch -p1 -i ../primdecSY-hang.patch # https://www.singular.uni-kl.de:8002/trac/ticket/865
   patch -p1 -i ../singular-polymake4.patch # Fix build with polymake 4 (Fedora)
 }
   



More information about the arch-commits mailing list