summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2018-12-14 02:31:32 -0500
committerAlexandre Demers2018-12-14 02:31:32 -0500
commit7cc2313383dad4ed0789d63b2810f5dbb00aa3e4 (patch)
treea4ee151eae1bda7301afab295602f3d8ae8c1243
parent0d5b9aea017dd641939d019d04e83a935a0a58f5 (diff)
downloadaur-7cc2313383dad4ed0789d63b2810f5dbb00aa3e4.tar.gz
Actually add missing "git" to makedepends list
The whole point of the previous commmit was to add "git", but that line was left behind... Fixed. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed21d1c8ad89..9404f98deb1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
pkgver = 4.1
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5ed99962830c..f0976048c0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=4.1
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -61,7 +61,7 @@ depends=("$_pkgbasename"
'lib32-x265'
'lib32-xvidcore'
)
-makedepends=('ffnvcodec-headers' 'lib32-ladspa' 'yasm')
+makedepends=('ffnvcodec-headers' 'git' 'lib32-ladspa' 'yasm')
optdepends=('lib32-ladspa: LADSPA filters')
provides=(
'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'