Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sagemath
Commits:
edc210c4 by Antonio Rojas at 2023-11-05T23:08:37+01:00
upgpkg: 10.1-8: Readd sympow dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sagemath
pkgdesc = Open Source Mathematics Software, free alternative to Magma,
Maple, Mathematica, and Matlab
pkgver = 10.1
- pkgrel = 7
+ pkgrel = 8
url = http://www.sagemath.org
arch = x86_64
license = GPL
@@ -85,6 +85,7 @@ pkgbase = sagemath
depends = sage-data-polytopes_db
depends = singular
depends = symmetrica
+ depends = sympow
depends = tachyon
depends = threejs-sage
optdepends = benzene: for generating fusenes and benzenoids
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=sagemath
pkgver=10.1
-pkgrel=7
+pkgrel=8
pkgdesc='Open Source Mathematics Software, free alternative to Magma, Maple,
Mathematica, and Matlab'
arch=(x86_64)
url='http://www.sagemath.org'
@@ -82,6 +82,7 @@ depends=(brial
sage-data-polytopes_db
singular
symmetrica
+ sympow
tachyon
threejs-sage)
optdepends=('benzene: for generating fusenes and benzenoids'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/commit/edc210c4bfdacdd944ccaa673a369d937bd7b7d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/commit/edc210c4bfdacdd944ccaa673a369d937bd7b7d3
You're receiving this email because of your account on gitlab.archlinux.org.