[arch-commits] Commit in libmatio/trunk (ChangeLog PKGBUILD)

Evgeniy Alekseev arcanis at archlinux.org
Fri Aug 5 12:01:06 UTC 2016


    Date: Friday, August 5, 2016 @ 12:01:05
  Author: arcanis
Revision: 185272

upgpkg: libmatio 1.5.8-1

Modified:
  libmatio/trunk/ChangeLog
  libmatio/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   16 +++++-----------
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2016-08-05 11:40:53 UTC (rev 185271)
+++ ChangeLog	2016-08-05 12:01:05 UTC (rev 185272)
@@ -1,3 +1,6 @@
+1.5.8-1:
+upstream update
+
 1.5.6-2:
 rebuild against the newest hdf5
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-05 11:40:53 UTC (rev 185271)
+++ PKGBUILD	2016-08-05 12:01:05 UTC (rev 185272)
@@ -5,8 +5,8 @@
 # Contributor: William Rea <sillywilly at gmail dot com>
 
 pkgname=libmatio
-pkgver=1.5.6
-pkgrel=2
+pkgver=1.5.8
+pkgrel=1
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
 arch=('x86_64' 'i686')
 license=('custom:BSD')
@@ -13,17 +13,10 @@
 url='http://sourceforge.net/projects/matio'
 depends=('zlib' 'hdf5')
 options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz"
-        "hdf5-1.10.patch")
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
 changelog=ChangeLog
-md5sums=('bb53fd06f7ebb74589e9dd684b1b66a6'
-         '7f1793012c3093851cbfad38f213d3fd')
+md5sums=('350b973e0a47c9525691b050974a7b44')
 
-prepare() {
-  # update for newest hdf5
-  patch -p0 -i "hdf5-1.10.patch"
-}
-
 build() {
   cd "matio-${pkgver}"
   ./configure --prefix=/usr --enable-shared --with-hdf5
@@ -35,3 +28,4 @@
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
+



More information about the arch-commits mailing list