summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69370310307c..c5a1ee71d2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=148.20170121
-pkgrel=3
-epoch=1
+pkgver=148.20170521
+pkgrel=1
+epoch=2
pkgdesc='free library for encoding H264/AVC video streams (mingw-w64)'
arch=('any')
url='http://www.videolan.org/developers/x264.html'
@@ -11,7 +11,7 @@ depends=('mingw-w64-crt' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git')
-_commit=97eaef2ab82a46d13ea5e00270712d6475fbe42b
+_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
source=(git://git.videolan.org/x264.git#commit=${_commit})
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"