[arch-commits] Commit in libmatio/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Fri May 22 21:21:28 UTC 2020
Date: Friday, May 22, 2020 @ 21:21:28
Author: arojas
Revision: 631722
archrelease: copy trunk to community-x86_64
Added:
libmatio/repos/community-x86_64/ChangeLog
(from rev 631721, libmatio/trunk/ChangeLog)
libmatio/repos/community-x86_64/PKGBUILD
(from rev 631721, libmatio/trunk/PKGBUILD)
Deleted:
libmatio/repos/community-x86_64/ChangeLog
libmatio/repos/community-x86_64/PKGBUILD
-----------+
ChangeLog | 70 ++++++++++++++++++++++++++++++------------------------------
PKGBUILD | 62 ++++++++++++++++++++++++++---------------------------
2 files changed, 66 insertions(+), 66 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2020-05-22 21:20:58 UTC (rev 631721)
+++ ChangeLog 2020-05-22 21:21:28 UTC (rev 631722)
@@ -1,35 +0,0 @@
-1.5.14-1:
-upstream update
-
-1.5.13-1:
-upstream update
-
-1.5.12-3:
-hdf5 rebuild
-
-1.5.12-1:
-upstream update
-
-1.5.11-1:
-upstream update
-
-1.5.10-2:
-hdf5 rebuild
-
-1.5.10-1:
-upstream update
-
-1.5.9-1:
-upstream update
-
-1.5.8-1:
-upstream update
-
-1.5.6-2:
-rebuild against the newest hdf5
-
-1.5.6-1:
-upstream update
-
-1.5.2-3:
-move from AUR to [community]
Copied: libmatio/repos/community-x86_64/ChangeLog (from rev 631721, libmatio/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2020-05-22 21:21:28 UTC (rev 631722)
@@ -0,0 +1,35 @@
+1.5.14-1:
+upstream update
+
+1.5.13-1:
+upstream update
+
+1.5.12-3:
+hdf5 rebuild
+
+1.5.12-1:
+upstream update
+
+1.5.11-1:
+upstream update
+
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-22 21:20:58 UTC (rev 631721)
+++ PKGBUILD 2020-05-22 21:21:28 UTC (rev 631722)
@@ -1,31 +0,0 @@
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
-# Contributor: Alexander Rødseth <rodseth at gmail dot com>
-# Contributor: William Rea <sillywilly at gmail dot com>
-
-pkgname=libmatio
-pkgver=1.5.16
-pkgrel=1
-pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
-arch=('x86_64')
-license=('custom:BSD')
-url='https://sourceforge.net/projects/matio'
-depends=('zlib' 'hdf5')
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
-changelog=ChangeLog
-sha512sums=('38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a')
-
-build() {
- cd "matio-${pkgver}"
- ./configure --prefix=/usr --enable-shared --with-hdf5
- make
-}
-
-package() {
- cd "matio-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm -r "${pkgdir}/usr/share/info/dir"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 631721, libmatio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-22 21:21:28 UTC (rev 631722)
@@ -0,0 +1,31 @@
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
+# Contributor: Alexander Rødseth <rodseth at gmail dot com>
+# Contributor: William Rea <sillywilly at gmail dot com>
+
+pkgname=libmatio
+pkgver=1.5.17
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64')
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+sha512sums=('af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2')
+
+build() {
+ cd "matio-${pkgver}"
+ ./configure --prefix=/usr --enable-shared --with-hdf5
+ make
+}
+
+package() {
+ cd "matio-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -r "${pkgdir}/usr/share/info/dir"
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
More information about the arch-commits
mailing list