summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-11-06 23:54:36 +0800
committerwangjiezhe2017-11-06 23:54:36 +0800
commit412dc43c4c09eb5b7431f056f815d4730beb62b7 (patch)
treec650e1a7af52c473ec0694ff3a035105a629d851 /PKGBUILD
parent1af8fb47407bdf17a6675b9d918fc7229e688013 (diff)
downloadaur-412dc43c4c09eb5b7431f056f815d4730beb62b7.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')