Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
fricas
Commits:
fe675ffb by Antonio Rojas at 2026-03-06T08:39:55+01:00
upgpkg: 1.3.13-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fricas
pkgdesc = An advanced computer algebra system
- pkgver = 1.3.12
+ pkgver = 1.3.13
pkgrel = 1
url = https://fricas.github.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = fricas
depends = zstd
options = !strip
options = !debug
- source =
https://github.com/fricas/fricas/releases/download/1.3.12/fricas-1.3.12-full.tar.bz2
- sha256sums =
33201f9f56c20b1266d38f5290efe7486a38422ea90f707f0345f6a589e31c8d
+ source =
https://github.com/fricas/fricas/releases/download/1.3.13/fricas-1.3.13-full.tar.bz2
+ sha256sums =
dd4d5e06db0ba4a43a5bfb64e94f6c8d4b10e68ac65a77556891a6b24af148a2
pkgname = fricas
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sergey Khorev <[email protected]>
pkgname=fricas
-pkgver=1.3.12
+pkgver=1.3.13
pkgrel=1
pkgdesc='An advanced computer algebra system'
arch=(x86_64)
@@ -18,7 +18,7 @@ makedepends=(sbcl
texlive-basic)
options=(!strip !debug)
source=(https://github.com/fricas/fricas/releases/download/$pkgver/fricas-$pkgver-full.tar.bz2)
-sha256sums=('33201f9f56c20b1266d38f5290efe7486a38422ea90f707f0345f6a589e31c8d')
+sha256sums=('dd4d5e06db0ba4a43a5bfb64e94f6c8d4b10e68ac65a77556891a6b24af148a2')
prepare() {
# Honor system build flags
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fricas/-/commit/fe675ffbfb073538ef107afa47b12bd236d2dfd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fricas/-/commit/fe675ffbfb073538ef107afa47b12bd236d2dfd7
You're receiving this email because of your account on gitlab.archlinux.org.