diff --git a/x264/mingw-w64/PKGBUILD b/x264/mingw-w64/PKGBUILD index 6e69dcee..7e7852fc 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.20160103 +pkgver=148.20160613 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=5c6570495f8f1c716b294aee1430d8766a4beb9c +_commit=a5e06b9a435852f0125de4ecb198ad47340483fa source=("git://git.videolan.org/x264.git#commit=${_commit}") md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"