summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 745e9b9933cf..015d3e607122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 31 07:10:39 UTC 2017
+# Mon Nov 6 15:54:08 UTC 2017
pkgbase = libmatio-git
pkgdesc = C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files
pkgver = 1.5.11.11.gaa7ffd3
@@ -8,6 +8,7 @@ pkgbase = libmatio-git
arch = x86_64
arch = i686
license = custom:BSD
+ makedepends = git
depends = zlib
depends = hdf5
provides = libmatio
diff --git a/PKGBUILD b/PKGBUILD
index f591b4bb094d..dd657b897ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ arch=('x86_64' 'i686')
license=('custom:BSD')
url='https://github.com/tbeu/matio'
depends=('zlib' 'hdf5')
+makedepends=('git')
options=('!libtool' '!emptydirs')
source=("${_pkgname}::git+${url}.git")
md5sums=('SKIP')