Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
7682e532 by Antonio Rojas at 2023-10-17T23:58:11+02:00
upgpkg: 4.3.2.p9-1: Update to 4.3.2.p9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.3.2.p8
+ pkgver = 4.3.2.p9
pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = singular
depends = readline
provides = singular-factory
options = !zipman
- source =
ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/4-3-2/singular-4.3.2p8.tar.gz
- sha256sums =
8f157d2c582614482285838345ed7a3629ad6dd0bfbbc16eed7cbee0ff69d072
+ source =
ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/4-3-2/singular-4.3.2p9.tar.gz
+ sha256sums =
f3201c348291e4352979d4ff612f37bf8b3f6b72dedde5d1f293bab3f5b22ee1
pkgname = singular
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=singular
_majver=4-3-2
-_patchver=p8
+_patchver=p9
_pkgver=${_majver}${_patchver}
pkgver=${_majver//-/.}${_patchver/p/.p}
pkgrel=1
@@ -22,7 +22,7 @@ depends=(bash
readline)
provides=(singular-factory)
source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz)
-sha256sums=('8f157d2c582614482285838345ed7a3629ad6dd0bfbbc16eed7cbee0ff69d072')
+sha256sums=('f3201c348291e4352979d4ff612f37bf8b3f6b72dedde5d1f293bab3f5b22ee1')
options=(!zipman)
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/7682e5322c58f297126643e1b7a1c4c566ef7620
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/7682e5322c58f297126643e1b7a1c4c566ef7620
You're receiving this email because of your account on gitlab.archlinux.org.