From 3e4e8f0ba97d57cb62e7d014f9a7f733419468ed Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 9 Jul 2012 16:53:50 -0400 Subject: [PATCH] extra/x264 to 20120705-1 --- extra/x264/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index c43a05b0a..050670afa 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -6,10 +6,8 @@ # ALARM: Kevin Mihelich # - configure needs --disable-asm to build on ARM -plugrel=1 - pkgname=x264 -pkgver=20120204 +pkgver=20120705 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') @@ -18,7 +16,7 @@ license=('GPL') depends=('glibc') makedepends=('yasm') source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2) -md5sums=('4d793ecc4f9d308724ea47edf400f312') +md5sums=('81e5bec5d5774a4a3f567f14bd94289c') build() { cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"