Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
2ca04f8b by Antonio Rojas at 2024-08-24T11:33:11+02:00
upgpkg: 4.4.0.p5-1: Update to 4.4.0.p5
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.4.0.p3
- pkgrel = 2
+ pkgver = 4.4.0.p5
+ pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
license = GPL
@@ -24,9 +24,7 @@ pkgbase = singular
depends = readline
provides = singular-factory
options = !zipman
- source =
https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-4-0/singular-4.4.0p3.tar.gz
- source = https://github.com/Singular/Singular/commit/16936a5f.patch
- sha256sums =
4798dddcc4cb51f1cba5114a5cb4783708b9ab4b7d5e9136cb264eb62190c706
- sha256sums =
60ca48885f5f9393c2eb1e07e0be4e8e5306b308d73e1dfd10518ccfb2289c0b
+ source = git+https://github.com/Singular/Singular#tag=Release-4-4-0p5
+ sha256sums =
7f475f462752376f164ee74c872b2004890f5f963661daca70bfdbf3c2719023
pkgname = singular
=====================================
.nvchecker.toml
=====================================
@@ -3,5 +3,5 @@ source = 'github'
github = 'Singular/Singular'
use_max_tag = true
include_regex = 'Release.*'
-from_pattern = 'Release-(\w+)-(\w+)-(\w+)'
-to_pattern = '\1.\2.\3'
+from_pattern = 'Release-(\d+)-(\d+)-(\d+)(\w+)'
+to_pattern = '\1.\2.\3.\4'
=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
pkgname=singular
_majver=4-4-0
-_patchver=p3
+_patchver=p5
_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/'
@@ -29,18 +29,16 @@ makedepends=(4ti2
texlive-bin
texlive-latex)
provides=(singular-factory)
-source=(https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz
- https://github.com/Singular/Singular/commit/16936a5f.patch)
-#source=(git+https://github.com/Singular/Singular#tag=$_pkgver)
-sha256sums=('4798dddcc4cb51f1cba5114a5cb4783708b9ab4b7d5e9136cb264eb62190c706'
- '60ca48885f5f9393c2eb1e07e0be4e8e5306b308d73e1dfd10518ccfb2289c0b')
+#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=('7f475f462752376f164ee74c872b2004890f5f963661daca70bfdbf3c2719023')
options=(!zipman)
-_srcdir=singular-${_majver//-/.}
+#_srcdir=singular-${_majver//-/.}
+_srcdir=Singular
prepare() {
cd $_srcdir
./autogen.sh
- patch -p1 -i ../16936a5f.patch # Fix test failures in SageMath
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/2ca04f8bcf4c5320e37e59959503e4cc0deed3d8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/2ca04f8bcf4c5320e37e59959503e4cc0deed3d8
You're receiving this email because of your account on gitlab.archlinux.org.