summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-21 04:06:17 +0200
committerJohannes Dewender2014-10-21 04:06:17 +0200
commit77db2cf207954257d74756dbd8fe1a7656589b2e (patch)
treeddc87a254b7dbc4ba90411d195c817f3fcf31db0
parentfed52bf2992293e3f8a8d1483506966d0188bf50 (diff)
downloadaur-77db2cf207954257d74756dbd8fe1a7656589b2e.tar.gz
essentia-acousticbrainz: add git to makedepends
-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')