From 310ce6c762fd85c09565460db2ca46785c5df247 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 1 Nov 2016 16:48:23 +0100 Subject: [PATCH] Update mingw-w64-x264 --- x264/mingw-w64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x264/mingw-w64/PKGBUILD b/x264/mingw-w64/PKGBUILD index 7e7852fc..ae877d4d 100644 --- a/x264/mingw-w64/PKGBUILD +++ b/x264/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # This version includes the programs in contrast to the version found in the AUR. pkgname=mingw-w64-x264 -pkgver=148.20160613 +pkgver=148.20160920 pkgrel=1 epoch=1 pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)' @@ -15,7 +15,7 @@ depends=('mingw-w64-crt') #provides=('mingw-w64-libx264.so') options=(!strip !buildflags staticlibs) makedepends=('mingw-w64-gcc' 'yasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash') -_commit=a5e06b9a435852f0125de4ecb198ad47340483fa +_commit=86b71982e131eaa70125f8d0e725fcade9c4c677 source=("git://git.videolan.org/x264.git#commit=${_commit}") md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"