summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2021-10-12 19:38:43 +0200
committerkfg2021-10-12 19:38:43 +0200
commit8e57b12df15fbff7699d03c300eddcda86ee29c7 (patch)
tree1bcd43e6202a90bf3a6f699300aceebcd65af926
parent8c8310985b154a58b7075376c12764e903851c8c (diff)
downloadaur-8e57b12df15fbff7699d03c300eddcda86ee29c7.tar.gz
upgpkg: mingw-w64-x264 3:0.163.r3060.5db6aa6
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f781d25aeb..183aef290a57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-x264
pkgdesc = Open Source H264/AVC video encoder (mingw-w64)
- pkgver = 0.161.r3039.544c61f
+ pkgver = 0.163.r3060.5db6aa6
pkgrel = 1
epoch = 3
url = http://www.videolan.org/developers/x264.html
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-x264
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://code.videolan.org/videolan/x264.git#commit=544c61f082194728d0391fb280a6e138ba320a96
+ source = git+https://code.videolan.org/videolan/x264.git#commit=5db6aa6cab1b146e07b60cc1736a01f21da01154
sha256sums = SKIP
pkgname = mingw-w64-x264
-
diff --git a/PKGBUILD b/PKGBUILD
index c0c4803f6e77..80e3d0f72f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=0.161.r3039.544c61f
+pkgver=0.163.r3060.5db6aa6
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=544c61f082194728d0391fb280a6e138ba320a96
+_commit=5db6aa6cab1b146e07b60cc1736a01f21da01154
source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"