Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
95fe0a32 by Antonio Rojas at 2025-01-22T15:27:47+01:00
upgpkg: 4.4.1-1: Update to 4.4.1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.4.0.p7
+ pkgver = 4.4.1
pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = singular
depends = readline
provides = singular-factory
options = !zipman
- source = git+https://github.com/Singular/Singular#tag=Release-4-4-0p7
- sha256sums =
3fcd5a354a31ca7dbe5b901d07414cc6dcd165102f1d814c242fdf9ddbf457e1
+ source = git+https://github.com/Singular/Singular#tag=Release-4-4-1
+ sha256sums =
f8a11fb68192bbd4856d59e3967bddcd564b12ddade7c3b752a7aebadf2d9dfb
pkgname = singular
=====================================
.nvchecker.toml
=====================================
@@ -3,5 +3,5 @@ source = 'github'
github = 'Singular/Singular'
use_max_tag = true
include_regex = 'Release.*'
-from_pattern = 'Release-(\d+)-(\d+)-(\d+)(\w+)'
+from_pattern = 'Release-(\d+)-(\d+)-(\d+)(\w+?)'
to_pattern = '\1.\2.\3.\4'
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Rémy Oudompheng <[email protected]>
pkgname=singular
-_majver=4-4-0
-_patchver=p7
+_majver=4-4-1
+#_patchver=p7
_pkgver=${_majver}${_patchver}
pkgver=${_majver//-/.}${_patchver/p/.p}
pkgrel=1
@@ -32,7 +32,7 @@ makedepends=(4ti2
provides=(singular-factory)
#source=(https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz)
source=(git+https://github.com/Singular/Singular#tag=Release-$_pkgver)
-sha256sums=('3fcd5a354a31ca7dbe5b901d07414cc6dcd165102f1d814c242fdf9ddbf457e1')
+sha256sums=('f8a11fb68192bbd4856d59e3967bddcd564b12ddade7c3b752a7aebadf2d9dfb')
options=(!zipman)
#_srcdir=singular-${_majver//-/.}
_srcdir=Singular
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/95fe0a327f54c877abd5721eaa91ee3824889e94
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/95fe0a327f54c877abd5721eaa91ee3824889e94
You're receiving this email because of your account on gitlab.archlinux.org.