Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libmatio
Commits:
d6b860a6 by Antonio Rojas at 2024-10-30T22:30:26+01:00
upgpkg: 1.5.28-1: Update to 1.5.28
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libmatio
pkgdesc = C library with a fortran 90/95 module interface for
reading/writing MATLAB MAT-files
- pkgver = 1.5.27
- pkgrel = 3
+ pkgver = 1.5.28
+ pkgrel = 1
url = https://sourceforge.net/projects/matio
arch = x86_64
license = BSD-2-Clause
@@ -9,7 +9,7 @@ pkgbase = libmatio
depends = glibc
depends = hdf5
depends = zlib
- source = git+https://github.com/tbeu/matio#tag=v1.5.27
- sha256sums =
86adb65dc3f40040a5a72eda4c2dc5243c8a0e1fa76ab2a709e0ec0cc6f26678
+ source = git+https://github.com/tbeu/matio#tag=v1.5.28
+ sha256sums =
d0f1b2f6e7919bf353442ad12863acf89aea58e20d918cc0dfd8a1c23a933dd3
pkgname = libmatio
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# Contributor: William Rea <sillywilly at gmail dot com>
pkgname=libmatio
-pkgver=1.5.27
-pkgrel=3
+pkgver=1.5.28
+pkgrel=1
pkgdesc='C library with a fortran 90/95 module interface for reading/writing
MATLAB MAT-files'
arch=(x86_64)
license=(BSD-2-Clause)
@@ -17,7 +17,7 @@ depends=(glibc
zlib)
makedepends=(git)
source=(git+https://github.com/tbeu/matio#tag=v$pkgver)
-sha256sums=('86adb65dc3f40040a5a72eda4c2dc5243c8a0e1fa76ab2a709e0ec0cc6f26678')
+sha256sums=('d0f1b2f6e7919bf353442ad12863acf89aea58e20d918cc0dfd8a1c23a933dd3')
prepare() {
cd matio
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmatio/-/commit/d6b860a6fd9182dd34a6dddf27f19eb28fb63812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmatio/-/commit/d6b860a6fd9182dd34a6dddf27f19eb28fb63812
You're receiving this email because of your account on gitlab.archlinux.org.