Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
85ba4eb7 by Antonio Rojas at 2024-11-18T18:23:29+01:00
upgpkg: 4.4.0.p7-1: Update to 4.4.0.p7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.4.0.p6
+ pkgver = 4.4.0.p7
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-0p6
- sha256sums =
4e6f889cf3e0a92bf642d9d90a0d932cfbe779f21a33b4fd7c859a44b0be7922
+ source = git+https://github.com/Singular/Singular#tag=Release-4-4-0p7
+ sha256sums =
3fcd5a354a31ca7dbe5b901d07414cc6dcd165102f1d814c242fdf9ddbf457e1
pkgname = singular
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=singular
_majver=4-4-0
-_patchver=p6
+_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=('4e6f889cf3e0a92bf642d9d90a0d932cfbe779f21a33b4fd7c859a44b0be7922')
+sha256sums=('3fcd5a354a31ca7dbe5b901d07414cc6dcd165102f1d814c242fdf9ddbf457e1')
options=(!zipman)
#_srcdir=singular-${_majver//-/.}
_srcdir=Singular
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/85ba4eb79a99390656d3a03c0fadac5d19e2a047
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/85ba4eb79a99390656d3a03c0fadac5d19e2a047
You're receiving this email because of your account on gitlab.archlinux.org.