Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
singular
Commits:
cf29e007 by Antonio Rojas at 2024-09-19T18:18:53+02:00
upgpkg: 4.4.0.p6-1: Update to 4.4.0.p6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = singular
pkgdesc = Computer Algebra System for polynomial computations
- pkgver = 4.4.0.p5
+ pkgver = 4.4.0.p6
pkgrel = 1
url = https://www.singular.uni-kl.de/
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
+ license = GPL-3.0-only
makedepends = 4ti2
makedepends = git
makedepends = latex2html
@@ -24,7 +25,7 @@ pkgbase = singular
depends = readline
provides = singular-factory
options = !zipman
- source = git+https://github.com/Singular/Singular#tag=Release-4-4-0p5
- sha256sums =
7f475f462752376f164ee74c872b2004890f5f963661daca70bfdbf3c2719023
+ source = git+https://github.com/Singular/Singular#tag=Release-4-4-0p6
+ sha256sums =
4e6f889cf3e0a92bf642d9d90a0d932cfbe779f21a33b4fd7c859a44b0be7922
pkgname = singular
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
pkgname=singular
_majver=4-4-0
-_patchver=p5
+_patchver=p6
_pkgver=${_majver}${_patchver}
pkgver=${_majver//-/.}${_patchver/p/.p}
pkgrel=1
pkgdesc='Computer Algebra System for polynomial computations'
arch=(x86_64)
url='https://www.singular.uni-kl.de/'
-license=(GPL)
+license=(GPL-2.0-only
+ GPL-3.0-only)
depends=(bash
cddlib
flint
@@ -31,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=('7f475f462752376f164ee74c872b2004890f5f963661daca70bfdbf3c2719023')
+sha256sums=('4e6f889cf3e0a92bf642d9d90a0d932cfbe779f21a33b4fd7c859a44b0be7922')
options=(!zipman)
#_srcdir=singular-${_majver//-/.}
_srcdir=Singular
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/cf29e0079aa21a030f6fa93f6c52052bcf7bb67d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/cf29e0079aa21a030f6fa93f6c52052bcf7bb67d
You're receiving this email because of your account on gitlab.archlinux.org.