summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2020-08-14 23:20:09 -0400
committerAlexandre Demers2020-08-14 23:20:09 -0400
commit92eeaf1f1dfea486ff44d7069229d32051ae21af (patch)
tree0103f7d387bb0b6bff238dbd5d36fca8a5f68730
parent3af069eb0020e5f6be86777bcebc2bc11d62c102 (diff)
downloadaur-92eeaf1f1dfea486ff44d7069229d32051ae21af.tar.gz
Enforce x264 >= 160
Otherwise, ffmpeg may end up being updated before x264. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722798072c1e..d3e6cebe20a8 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.3.1
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = http://ffmpeg.org/
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = lib32-ffmpeg
depends = lib32-libvpx
depends = lib32-libwebp
depends = lib32-libx11
- depends = lib32-x264>=0.159
+ depends = lib32-x264>=0.160
depends = lib32-x265>=3.3
depends = lib32-libxcb
depends = lib32-libxext
diff --git a/PKGBUILD b/PKGBUILD
index 2959a4d2fe65..13066347002c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=ffmpeg
pkgname=("lib32-$_pkgbasename" "lib32-lib$_pkgbasename")
pkgver=4.3.1
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -49,7 +49,7 @@ license=('GPL3')
'lib32-libvpx'
'lib32-libwebp'
'lib32-libx11'
- 'lib32-x264>=0.159'
+ 'lib32-x264>=0.160'
'lib32-x265>=3.3'
'lib32-libxcb'
'lib32-libxext'