summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-21 04:06:17 +0200
committerJohannes Dewender2014-10-21 04:06:17 +0200
commit77db2cf207954257d74756dbd8fe1a7656589b2e (patch)
treeddc87a254b7dbc4ba90411d195c817f3fcf31db0 /PKGBUILD
parentfed52bf2992293e3f8a8d1483506966d0188bf50 (diff)
downloadaur-77db2cf207954257d74756dbd8fe1a7656589b2e.tar.gz
essentia-acousticbrainz: add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e90b44001b0..c61e6239d056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Open-source C++ library for audio analysis and audio-based music inform
url="http://essentia.upf.edu/"
arch=('x86_64' 'i686')
license=('GPL')
-makedepends=('python2')
+makedepends=('python2' 'git')
depends=('libyaml' 'fftw' 'ffmpeg' 'taglib' 'libsamplerate')
source=("git+https://github.com/MTG/$_pkgname.git#commit=$_AB_COMMIT")
md5sums=('SKIP')