summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522021-12-19 07:39:27 +0100
committertytan6522021-12-19 07:39:27 +0100
commit65110fd62c160d6d455e8ffa1c6d6bdbbfb18e7e (patch)
tree02feda4474a294ef02d4a5062aa838fa7f25aa48 /PKGBUILD
parente2bc8140977a4a32b6ff56c4fbbf0550afd508e0 (diff)
downloadaur-obs-audio-monitor.tar.gz
build: Add git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 576fef796794..1e84721756fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=("GPL2")
depends=("obs-studio")
# Need to compile plugin in OBS compilation process
makedepends=(
- 'cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python'
+ 'cmake' 'git' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python'
'luajit' 'ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache'
)