[arch-commits] Commit in singular/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 6 19:58:06 UTC 2020
Date: Monday, April 6, 2020 @ 19:58:05
Author: arojas
Revision: 612095
Update to 4.1.3
Modified:
singular/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 19:57:55 UTC (rev 612094)
+++ PKGBUILD 2020-04-06 19:58:05 UTC (rev 612095)
@@ -2,11 +2,11 @@
# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
pkgname=singular
-_majver=4-1-2
+_majver=4-1-3
_patchver=5
-pkgver=${_majver//-/.}.p${_patchver}
-#pkgver=${_majver//-/.}
-pkgrel=3
+#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/"
@@ -15,18 +15,11 @@
makedepends=(doxygen polymake)
checkdepends=(python2)
optdepends=('polymake: Polymake module')
-source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
- omfree-segfault.patch::"https://github.com/Singular/Sources/commit/7886c15.patch")
-#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
-sha256sums=('743593fa17e0f87ff2ab61e87653e95c6c00a615e3a2e6fb1f0e43461473b89f'
- '349dc244111bfcaf93308bdc0ed91712bfbc18045c33f70f0e55dfd9a48bc864')
+#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")
+sha256sums=('8191668116e11537116fb2c85d52d539ac5b4ca758187a9edb337288b28f7f28')
options=(!zipman)
-prepare() {
- cd singular-${_majver//-/.}
- patch -p1 -i ../omfree-segfault.patch # Fix double free
-}
-
build() {
cd singular-${_majver//-/.}
./configure --prefix=/usr --libexecdir=/usr/lib --docdir=/usr/share/doc
More information about the arch-commits
mailing list