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

Antonio Rojas arojas at archlinux.org
Thu Feb 28 00:03:15 UTC 2019


    Date: Thursday, February 28, 2019 @ 00:03:01
  Author: arojas
Revision: 436944

Update to 4.1.2

Modified:
  singular/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-27 23:29:16 UTC (rev 436943)
+++ PKGBUILD	2019-02-28 00:03:01 UTC (rev 436944)
@@ -2,22 +2,22 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=singular
-_majver=4-1-1
+_majver=4-1-2
 _patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-#pkgver=${_majver//-/.}
-pkgrel=4
+#pkgver=${_majver//-/.}.p${_patchver}
+pkgver=${_majver//-/.}
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/"
 license=(GPL)
-depends=(flint cddlib) # polymake
+depends=(flint cddlib)
 makedepends=(doxygen python2 polymake)
 optdepends=('python2: Python interface' 'polymake: Polymake module')
-source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
+#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
+source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz"
         singular-polymake-3.3.patch)
-#source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
-sha256sums=('79d6ed8489ef08eed4d4f4b8f8be4ab4da70f611e0b8889fdc6f825f25981a84'
+sha256sums=('5807d8da6f51a9e33bf7ff9c7bb956b07091a98b3c848435d3a80d73b23e7340'
             '683fd857562928833209f70765a6348a547d41bda6293b59a6e8ced54d062efc')
 options=(!zipman)
 



More information about the arch-commits mailing list