diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-18 19:16:40 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-18 19:16:40 +0200 |
commit | c3af9aef1fbf995fae933df138146c239640a049 (patch) | |
tree | de18b65122de91ad2598252f6d6fe0f2a2db27ca /extra/libmp3splt | |
parent | 6e89ae5854f9ad6c2c81f859d3f9a8ac3b19eb8f (diff) |
libmp4splt seems to need git to build.
Diffstat (limited to 'extra/libmp3splt')
-rw-r--r-- | extra/libmp3splt/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libmp3splt/PKGBUILD b/extra/libmp3splt/PKGBUILD index cbbfc73de..e05ad6885 100644 --- a/extra/libmp3splt/PKGBUILD +++ b/extra/libmp3splt/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://mp3splt.sourceforge.net" license=('GPL') depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl') -makedepends=('libtool') +makedepends=('libtool' 'git') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz") md5sums=('62025951f483334f14f1b9be58162094') |