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

Antonio Rojas arojas at archlinux.org
Thu Nov 17 20:28:43 UTC 2016


    Date: Thursday, November 17, 2016 @ 20:28:43
  Author: arojas
Revision: 196264

Update to 4.1.0

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-17 20:12:10 UTC (rev 196263)
+++ PKGBUILD	2016-11-17 20:28:43 UTC (rev 196264)
@@ -3,10 +3,11 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=singular
-_majver=4-0-3
-_patchver=5
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=3
+_majver=4-1-0
+#_patchver=5
+#pkgver=${_majver//-/.}.p${_patchver}
+pkgver=${_majver//-/.}
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/"
@@ -14,8 +15,9 @@
 depends=(flint cddlib) # polymake
 makedepends=(doxygen python2)
 optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
-md5sums=('694fe3e52fd38885994cb666e6662a64')
+#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
+md5sums=('14ea37ee7ddea2a8828c228d6e1c49c7')
 
 build() {
   cd singular-${_majver//-/.}



More information about the arch-commits mailing list