Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
b5c80d70 by Antonio Rojas at 2024-06-09T17:48:29+02:00
upgpkg: 4.4.0.p2-1: Update to 4.4.0.p2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.4.0
+ pkgver = 4.4.0.p2
pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = singular
depends = readline
provides = singular-factory
options = !zipman
- source = git+https://github.com/Singular/Singular#tag=Release-4-4-0
- sha256sums =
3d111eaa19abf091d9d44ab378accb3f2b9584d49ec903be35625aecfa17c70b
+ source = git+https://github.com/Singular/Singular#tag=4.4.0p2
+ sha256sums =
5391150ed828c4299bd290b216fc4d667856e1c50393584162dd496aed16e983
pkgname = singular
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Contributor: Rémy Oudompheng <[email protected]>
pkgname=singular
-_majver=4-4-0
-#_patchver=p16
-_pkgver=Release-${_majver}${_patchver}
+_majver=4.4.0
+_patchver=p2
+_pkgver=${_majver}${_patchver}
pkgver=${_majver//-/.}${_patchver/p/.p}
pkgrel=1
pkgdesc='Computer Algebra System for polynomial computations'
@@ -31,7 +31,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=$_pkgver)
-sha256sums=('3d111eaa19abf091d9d44ab378accb3f2b9584d49ec903be35625aecfa17c70b')
+sha256sums=('5391150ed828c4299bd290b216fc4d667856e1c50393584162dd496aed16e983')
options=(!zipman)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/b5c80d70a194598f465f04b3b835b60bbfdeb8ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/b5c80d70a194598f465f04b3b835b60bbfdeb8ed
You're receiving this email because of your account on gitlab.archlinux.org.