summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f920d84a7f44..59efc9d64f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = essentia-acousticbrainz
arch = i686
license = GPL
makedepends = python2
+ makedepends = git
depends = libyaml
depends = fftw
depends = ffmpeg
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')