From b0de3fa2c3f5623e69ff0f84aeaecd132ae610b7 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Tue, 28 Jul 2015 19:23:16 -0400 Subject: [PATCH] extra/x264 to 148.20150725-1 --- extra/x264/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index fd7610209..dfcb4d5e1 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -9,7 +9,7 @@ # - configure needs --disable-asm to build on non-AArch64 pkgname=('x264' 'libx264' 'libx264-10bit') -pkgver=148.20150717 +pkgver=148.20150725 pkgrel=1 epoch=2 arch=('i686' 'x86_64') @@ -17,7 +17,8 @@ url='http://www.videolan.org/developers/x264.html' license=('GPL') depends=('glibc') makedepends=('yasm' 'git' 'ffmpeg' 'l-smash') -source=(x264::git://git.videolan.org/x264/x264-sandbox.git#commit=e6d2a36bb +_commit=73ae2d11d472d0eb3b7c218dc1659db32f649b14 +source=('git://git.videolan.org/x264.git#commit=${_commit}' 'aarch64.patch') md5sums=('SKIP' 'cfea784ff527edab0972a540660f4000')