Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 4ti2
Commits:
9f9bbc03 by Antonio Rojas at 2026-03-05T10:52:07+01:00
upgpkg: 1.6.15-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = 4ti2
pkgdesc = A software package for algebraic, geometric and combinatorial
problems on linear spaces
- pkgver = 1.6.14
+ pkgver = 1.6.15
pkgrel = 1
url = https://4ti2.github.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = 4ti2
depends = libgcc
depends = libstdc++
depends = sh
- source = git+https://github.com/4ti2/4ti2#tag=Release_1_6_14
- sha256sums =
eb5de78199de6b5d84b7d19650054edf7d2bca3dc9a7203cbacc7a39190bf1b5
+ source = git+https://github.com/4ti2/4ti2#tag=Release_1_6_15
+ sha256sums =
473b740bcb6fbb63d231cbef6f30c28cefb11c38d3b317ee98610996c3b2f868
pkgname = 4ti2
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=4ti2
-pkgver=1.6.14
+pkgver=1.6.15
pkgrel=1
pkgdesc='A software package for algebraic, geometric and combinatorial
problems on linear spaces'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(glibc
sh)
makedepends=(git)
source=(git+https://github.com/4ti2/4ti2#tag=Release_${pkgver//./_})
-sha256sums=('eb5de78199de6b5d84b7d19650054edf7d2bca3dc9a7203cbacc7a39190bf1b5')
+sha256sums=('473b740bcb6fbb63d231cbef6f30c28cefb11c38d3b317ee98610996c3b2f868')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/9f9bbc032c3f17e0a75acce9124e3f77552de70c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/9f9bbc032c3f17e0a75acce9124e3f77552de70c
You're receiving this email because of your account on gitlab.archlinux.org.