summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-04-07 21:08:38 +0200
committertytan6522021-04-07 21:08:38 +0200
commit66900d47e56b92649dd3288cd0c9b9ff8518e049 (patch)
treebe32e54f4aa64c901bdf83d6efaec867ce648dc9
parent3c03ab94e4d331a4f1d0cb3ec233da927478d6cc (diff)
downloadaur-66900d47e56b92649dd3288cd0c9b9ff8518e049.tar.gz
build: add git as make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d459d76993fe..369049b7a289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,7 @@ pkgbase = obs-recursion-effect
makedepends = curl
makedepends = jack
makedepends = gtk-update-icon-cache
+ makedepends = git
depends = obs-studio
source = obs-recursion-effect-0.0.3::git+https://github.com/exeldro/obs-recursion-effect#commit=a4b92d836224a80eb7d61cc7f6b839290faf1864
source = obs-studio-26.1.2.tar.gz::https://github.com/obsproject/obs-studio/archive/26.1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 810d51cbf8ee..675166778b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=("obs-studio")
makedepends=(
'cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python'
'luajit' 'ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
- 'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache'
+ 'qt5-svg' 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache' 'git'
)
source=(
"$pkgname-$pkgver::git+https://github.com/exeldro/obs-recursion-effect#commit=a4b92d836224a80eb7d61cc7f6b839290faf1864"