summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-06 23:06:08 +0200
committerkfg2017-04-06 23:06:38 +0200
commited73662c3ef813b32806eb05a391a822382dc66b (patch)
treee5bedc77f6b8f60665c361a657b38db8f6e839ab
parentcd695cd1a5a78cbd01f01e6bab39b7c125dcc808 (diff)
downloadaur-ed73662c3ef813b32806eb05a391a822382dc66b.tar.gz
upgpkg: mingw-w64-x264 1:148.20170121-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9262d9871c9a..e7406b550f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 29 10:25:41 UTC 2016
+# Thu Apr 6 21:03:04 UTC 2017
pkgbase = mingw-w64-x264
pkgdesc = free library for encoding H264/AVC video streams (mingw-w64)
- pkgver = 148.20160920
+ pkgver = 148.20170121
pkgrel = 1
epoch = 1
url = http://www.videolan.org/developers/x264.html
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-x264
options = !strip
options = !buildflags
options = staticlibs
- source = git://git.videolan.org/x264.git#commit=86b71982e131eaa70125f8d0e725fcade9c4c677
+ source = git://git.videolan.org/x264.git#commit=97eaef2ab82a46d13ea5e00270712d6475fbe42b
md5sums = SKIP
pkgname = mingw-w64-x264
diff --git a/PKGBUILD b/PKGBUILD
index 82bb38345d15..f2fd4f8a2415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=148.20160920
+pkgver=148.20170121
pkgrel=1
epoch=1
pkgdesc='free library for encoding H264/AVC video streams (mingw-w64)'
@@ -11,7 +11,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=86b71982e131eaa70125f8d0e725fcade9c4c677
+_commit=97eaef2ab82a46d13ea5e00270712d6475fbe42b
source=(git://git.videolan.org/x264.git#commit=${_commit})
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"