[arch-commits] Commit in singular/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 10:53:26 UTC 2018
Date: Friday, August 17, 2018 @ 10:53:26
Author: arojas
Revision: 372473
Update to 4.1.1.p3
Modified:
singular/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 10:34:10 UTC (rev 372472)
+++ PKGBUILD 2018-08-17 10:53:26 UTC (rev 372473)
@@ -4,10 +4,10 @@
pkgname=singular
_majver=4-1-1
-_patchver=2
+_patchver=3
pkgver=${_majver//-/.}.p${_patchver}
#pkgver=${_majver//-/.}
-pkgrel=7
+pkgrel=1
pkgdesc="Computer Algebra System for polynomial computations"
arch=(x86_64)
url="http://www.singular.uni-kl.de/"
@@ -15,18 +15,11 @@
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"
- singular-ntl-error-handler.patch)
+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")
-sha256sums=('8e1f67c0a940ae772231dc5f700ab2a1b08199be26d33323558fd08d629ea91f'
- '2f318d9d712fc12e77c6d7e78a2cf6d4077f180c29789b4a3eb9f536056b8857')
+sha256sums=('551b41060c06878e60119f0283edd09ca7a34d47755fe67d04f5cf9bea4a12e3')
options=(!zipman)
-prepare() {
- cd singular-${_majver//-/.}
- patch -p1 -i ../singular-ntl-error-handler.patch # Move NTL error handler out of libsingular so it doesn't conflict with Sage's one
-}
-
build() {
cd singular-${_majver//-/.}
./configure --prefix=/usr --libexecdir=/usr/lib
More information about the arch-commits
mailing list