summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2016-10-29 12:26:45 +0200
committerkfg2016-10-29 12:26:45 +0200
commitcd695cd1a5a78cbd01f01e6bab39b7c125dcc808 (patch)
tree9005ba8eba793594ee0ec95310376c6a9da35b44
parent003cd6a6bef9be9af49e1df417427667785f01d2 (diff)
downloadaur-cd695cd1a5a78cbd01f01e6bab39b7c125dcc808.tar.gz
upgpkg: mingw-w64-x264 2:148.20160920-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd08f66f1c16..9262d9871c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 16:56:30 UTC 2016
+# Sat Oct 29 10:25:41 UTC 2016
pkgbase = mingw-w64-x264
pkgdesc = free library for encoding H264/AVC video streams (mingw-w64)
- pkgver = 148.20160613
+ pkgver = 148.20160920
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=a5e06b9a435852f0125de4ecb198ad47340483fa
+ source = git://git.videolan.org/x264.git#commit=86b71982e131eaa70125f8d0e725fcade9c4c677
md5sums = SKIP
pkgname = mingw-w64-x264
diff --git a/PKGBUILD b/PKGBUILD
index e3f3c878798f..82bb38345d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
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)'
@@ -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=a5e06b9a435852f0125de4ecb198ad47340483fa
+_commit=86b71982e131eaa70125f8d0e725fcade9c4c677
source=(git://git.videolan.org/x264.git#commit=${_commit})
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"