summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2021-03-19 20:54:06 +0100
committerkfg2021-03-19 20:54:06 +0100
commit8c8310985b154a58b7075376c12764e903851c8c (patch)
tree00853aecfd568925d7cc64f1fc1f10abbee5cb51
parent84fb86f579cc71bacb513fd27d686df41f7b4143 (diff)
downloadaur-8c8310985b154a58b7075376c12764e903851c8c.tar.gz
upgpkg: mingw-w64-x264 3:0.161.r3039.544c61f-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e376fd232ffd..f1f781d25aeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-x264
pkgdesc = Open Source H264/AVC video encoder (mingw-w64)
- pkgver = 0.160.r3011.cde9a93
+ pkgver = 0.161.r3039.544c61f
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=cde9a93319bea766a92e306d69059c76de970190
+ source = git+https://code.videolan.org/videolan/x264.git#commit=544c61f082194728d0391fb280a6e138ba320a96
sha256sums = SKIP
pkgname = mingw-w64-x264
diff --git a/PKGBUILD b/PKGBUILD
index 311ba971772e..c0c4803f6e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=0.160.r3011.cde9a93
+pkgver=0.161.r3039.544c61f
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=cde9a93319bea766a92e306d69059c76de970190
+_commit=544c61f082194728d0391fb280a6e138ba320a96
source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"