summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2017-12-30 23:11:18 +0100
committerkfg2017-12-30 23:11:18 +0100
commit16233feb55e3819b8c5c5dd565c3513cbbbdd465 (patch)
tree7d31287a8cc7f591d9b9b9413aeb66b323bb355e /PKGBUILD
parent6a26a88c23efedd4645678832392c96e9447b486 (diff)
downloadaur-16233feb55e3819b8c5c5dd565c3513cbbbdd465.tar.gz
upgpkg: mingw-w64-x264 2:152.20171224-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5a1ee71d2a7..1f0b90e0b039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=148.20170521
+pkgver=152.20171224
pkgrel=1
epoch=2
pkgdesc='free library for encoding H264/AVC video streams (mingw-w64)'
@@ -10,8 +10,8 @@ license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
-makedepends=('mingw-w64-gcc' 'yasm' 'git')
-_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
+makedepends=('mingw-w64-gcc' 'git' 'nasm')
+_commit='e9a5903edf8ca59ef20e6f4894c196f135af735e'
source=(git://git.videolan.org/x264.git#commit=${_commit})
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"