summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2023-12-22 22:29:33 +0200
committerChristoph Gysin2023-12-22 22:29:33 +0200
commit5a7f2577af4067df8ebc5f2ea4b1a07cd7519d60 (patch)
treebf1f674081eb06e8d48181fc868c5561835a5e57
parent0765c84df9793e5d79421a88a22f17b2e20a984c (diff)
downloadaur-5a7f2577af4067df8ebc5f2ea4b1a07cd7519d60.tar.gz
Add build dependency: git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8667da86dc76..41acb4228360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = moc-lyrics-git
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
makedepends = speex
makedepends = ffmpeg
makedepends = taglib
@@ -33,4 +34,3 @@ pkgbase = moc-lyrics-git
sha1sums = SKIP
pkgname = moc-lyrics-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f6ca416329a3..8d8e4fa4b9fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/christophgysin/moc"
license=('GPL')
depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
+makedepends=('git' 'speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
optdepends=('speex: for using the speex plugin'
'ffmpeg: for using the ffmpeg plugin'
'taglib: for using the musepack plugin'