summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2021-03-19 20:54:06 +0100
committerkfg2021-03-19 20:54:06 +0100
commit8c8310985b154a58b7075376c12764e903851c8c (patch)
tree00853aecfd568925d7cc64f1fc1f10abbee5cb51 /PKGBUILD
parent84fb86f579cc71bacb513fd27d686df41f7b4143 (diff)
downloadaur-8c8310985b154a58b7075376c12764e903851c8c.tar.gz
upgpkg: mingw-w64-x264 3:0.161.r3039.544c61f-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"