From e4fc2effe9fdcf3557b5b6ad85cb5eeb41b31d37 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 30 Jul 2017 18:06:53 +0200 Subject: [PATCH] Update and fix mingw-w64-x264(-bootstrap) --- x264/mingw-w64-bootstrap/PKGBUILD | 8 ++++---- x264/mingw-w64/PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x264/mingw-w64-bootstrap/PKGBUILD b/x264/mingw-w64-bootstrap/PKGBUILD index 352a0a61..b7520642 100644 --- a/x264/mingw-w64-bootstrap/PKGBUILD +++ b/x264/mingw-w64-bootstrap/PKGBUILD @@ -4,7 +4,7 @@ # This version includes the programs in contrast to the version found in the AUR. pkgname=mingw-w64-x264-bootstrap -pkgver=148.20170121 +pkgver=148.20170521 pkgrel=1 epoch=1 pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)' @@ -15,9 +15,9 @@ depends=('mingw-w64-crt') #provides=('mingw-w64-libx264.so') options=(!strip !buildflags staticlibs) makedepends=('mingw-w64-gcc' 'yasm' 'git') -provides=(mingw-w64-freetype ${pkgname%-bootstrap}) -conflicts=(mingw-w64-freetype ${pkgname%-bootstrap}) -_commit=97eaef2ab82a46d13ea5e00270712d6475fbe42b +provides=(${pkgname%-bootstrap}) +conflicts=(${pkgname%-bootstrap}) +_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f source=("git://git.videolan.org/x264.git#commit=${_commit}") md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/x264/mingw-w64/PKGBUILD b/x264/mingw-w64/PKGBUILD index 6227b985..7edd3966 100644 --- a/x264/mingw-w64/PKGBUILD +++ b/x264/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # This version includes the programs in contrast to the version found in the AUR. pkgname=mingw-w64-x264 -pkgver=148.20170121 +pkgver=148.20170521 pkgrel=1 epoch=1 pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)' @@ -15,7 +15,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=97eaef2ab82a46d13ea5e00270712d6475fbe42b +_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f source=("git://git.videolan.org/x264.git#commit=${_commit}") md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"