summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Borsboom2019-04-02 09:12:19 +0200
committerArthur Borsboom2019-04-02 09:12:19 +0200
commit116acac60fa20e0498c053e89811bfeba20ac5ac (patch)
tree992a193e7a2ed9cb0418c6c6d50bf108f6db8db2 /PKGBUILD
parent00a977db5968221982b92c6e7f4927b5af9a3d69 (diff)
downloadaur-116acac60fa20e0498c053e89811bfeba20ac5ac.tar.gz
Added the dependency on an older version of ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d684839d7e2..b4fdf087b952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=jitsi
# pkgvermajor needs manual increment
_pkgvermajor=2.11
# pkgver is determined automatically
-pkgver=2.11.20190401
+pkgver=2.11.20190402
pkgrel=1
pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ url="https://jitsi.org"
license=('Apache')
provides=(jitsi)
conflicts=(jitsi jitsi-stable)
-depends=('java-environment=8' 'bash' 'gtk2' 'libxv' 'alsa-lib' 'libxss')
+depends=('java-environment=8' 'bash' 'gtk2' 'libxv' 'alsa-lib' 'libxss' 'ffmpeg-compat-57')
makedepends=('ant')
optdepends=(
'libpulse: PulseAudio support'