Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 4ti2
Commits:
bffd77a6 by Antonio Rojas at 2025-07-20T10:38:17+02:00
upgpkg: 1.6.13-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.12
+ pkgver = 1.6.13
pkgrel = 1
url = https://4ti2.github.io/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = 4ti2
depends = glpk
depends = gmp
depends = sh
- source = git+https://github.com/4ti2/4ti2#tag=Release_1_6_12
- sha256sums =
339d3f1e67901797a052480aba2dd566dd3c0c02b8bf1bef63837b7511b287ac
+ source = git+https://github.com/4ti2/4ti2#tag=Release_1_6_13
+ sha256sums =
2345dcc8d17c3632716950af16d416a971a3d81f36ca858e63e8d3ee42f166cb
pkgname = 4ti2
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=4ti2
-pkgver=1.6.12
+pkgver=1.6.13
pkgrel=1
pkgdesc='A software package for algebraic, geometric and combinatorial
problems on linear spaces'
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(gcc-libs
sh)
makedepends=(git)
source=(git+https://github.com/4ti2/4ti2#tag=Release_${pkgver//./_})
-sha256sums=('339d3f1e67901797a052480aba2dd566dd3c0c02b8bf1bef63837b7511b287ac')
+sha256sums=('2345dcc8d17c3632716950af16d416a971a3d81f36ca858e63e8d3ee42f166cb')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/bffd77a6d9a0d712adba9c2647f14d893e864812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/bffd77a6d9a0d712adba9c2647f14d893e864812
You're receiving this email because of your account on gitlab.archlinux.org.