summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-12-23 17:51:11 +0100
committertytan6522021-12-23 17:51:11 +0100
commitcd089207d28fbd4153d6a2204901ac322f7afaf1 (patch)
tree31a7e71b1ebd26ea1d55f9f53fdba315ee2cba8f
parent567feade64b0fea2cf7a0b6396f32736f320fd98 (diff)
downloadaur-cd089207d28fbd4153d6a2204901ac322f7afaf1.tar.gz
build: Add git as a make deps :facepalm:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15825935922c..2d4e0bf20b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ffmpeg-obs
pkgdesc = Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD
pkgver = 4.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://ffmpeg.org/
arch = i686
arch = x86_64
arch = aarch64
license = GPL3
+ makedepends = git
makedepends = amf-headers
makedepends = avisynthplus
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index d748ddb6de51..9b45d0eae7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ fi
pkgname=ffmpeg-obs
pkgver=4.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('i686' 'x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -117,6 +117,7 @@ depends=(
zlib
)
makedepends=(
+ git
amf-headers
avisynthplus
clang