summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMitchell Renouf2019-03-05 15:30:50 -0330
committerMitchell Renouf2019-03-05 15:30:50 -0330
commitafe9b522e1c457c4a243c03243a0e3f89a261228 (patch)
tree9e2ea8c454675f6052720009eba9ea488581e131 /PKGBUILD
parent5e65635517c81b6274863fd3e1001adb82020a23 (diff)
downloadaur-afe9b522e1c457c4a243c03243a0e3f89a261228.tar.gz
add makedep and downgrade version for lib32-ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 175c3e45bee8..0a03abb3b659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@
pkgname=lib32-x264
_pkgname=x264
pkgver=155.r0a84d986
-pkgrel=3
+pkgrel=4
pkgdesc='Open Source H264/AVC video encoder (lib32)'
arch=('x86_64')
url='https://www.videolan.org/developers/x264.html'
license=('GPL')
depends=("${_pkgname}")
-makedepends=('git' 'l-smash' 'nasm')
+makedepends=('git' 'l-smash' 'nasm' 'lib32-gcc-libs')
provides=('lib32-libx264' 'libx264.so')
conflicts=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')
replaces=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')
-_commit='545de2ffec6ae9a80738de1b2c8cf820249a2530'
+_commit='0a84d986e7020f8344f00752e3600b9769cc1e85'
source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
sha256sums=('SKIP')