Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
31538d12 by Antonio Rojas at 2023-10-30T23:41:49+01:00
upgpkg: 4.3.2.p10-1: Update to 4.3.2.p10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.3.2.p9
- pkgrel = 2
+ pkgver = 4.3.2.p10
+ pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
license = GPL
@@ -11,12 +11,11 @@ pkgbase = singular
depends = gcc-libs
depends = glibc
depends = gmp
- depends = mpfr
depends = ntl
depends = readline
provides = singular-factory
options = !zipman
- source =
ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/4-3-2/singular-4.3.2p9.tar.gz
- sha256sums =
f3201c348291e4352979d4ff612f37bf8b3f6b72dedde5d1f293bab3f5b22ee1
+ source =
ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/4-3-2/singular-4.3.2p10.tar.gz
+ sha256sums =
28c2c9fcfee954e00dfa56eb1a7d418d5b1de67c4398d25a0f2b8f73e71552a8
pkgname = singular
=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
pkgname=singular
_majver=4-3-2
-_patchver=p9
+_patchver=p10
_pkgver=${_majver}${_patchver}
pkgver=${_majver//-/.}${_patchver/p/.p}
-pkgrel=2
+pkgrel=1
pkgdesc='Computer Algebra System for polynomial computations'
arch=(x86_64)
url='https://www.singular.uni-kl.de/'
@@ -17,12 +17,11 @@ depends=(bash
gcc-libs
glibc
gmp
- mpfr
ntl
readline)
provides=(singular-factory)
source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz)
-sha256sums=('f3201c348291e4352979d4ff612f37bf8b3f6b72dedde5d1f293bab3f5b22ee1')
+sha256sums=('28c2c9fcfee954e00dfa56eb1a7d418d5b1de67c4398d25a0f2b8f73e71552a8')
options=(!zipman)
build() {
@@ -42,7 +41,7 @@ build() {
--enable-gfanlib-module \
--enable-polymake-module
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool -i */libtool
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/31538d129beb44b069d4d6a2f862b169875d0517
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/31538d129beb44b069d4d6a2f862b169875d0517
You're receiving this email because of your account on gitlab.archlinux.org.