summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eebd72979e9a..eb7c552e7fb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-x264
pkgdesc = Open Source H264/AVC video encoder (mingw-w64)
- pkgver = 0.164.r3095.baee400
+ pkgver = 0.164.r3108.31e19f9
pkgrel = 1
epoch = 3
url = http://www.videolan.org/developers/x264.html
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-x264
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://code.videolan.org/videolan/x264.git#commit=baee400fa9ced6f5481a728138fed6e867b0ff7f
+ source = git+https://code.videolan.org/videolan/x264.git#commit=31e19f92f00c7003fa115047ce50978bc98c3a0d
sha256sums = SKIP
pkgname = mingw-w64-x264
diff --git a/PKGBUILD b/PKGBUILD
index aa911d274071..ba73d225f9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=0.164.r3095.baee400
+pkgver=0.164.r3108.31e19f9
pkgrel=1
epoch=3
pkgdesc='Open Source H264/AVC video encoder (mingw-w64)'
@@ -11,7 +11,7 @@ depends=('mingw-w64-crt' 'mingw-w64-l-smash')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'git' 'nasm')
-_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f
+_commit=31e19f92f00c7003fa115047ce50978bc98c3a0d
source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"