extra/x264 to 20111001-1

This commit is contained in:
Kevin Mihelich 2011-10-10 20:42:05 -04:00
parent 83c8824b17
commit 396d9f426a

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $
# $Id: PKGBUILD 140060 2011-10-06 07:33:33Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
@ -9,7 +9,7 @@
plugrel=1
pkgname=x264
pkgver=20110617
pkgver=20111001
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ license=('GPL')
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
md5sums=('928717aa2f0c7ca91e589d6b60e688f1')
md5sums=('dd67dca96ac79e7cb963bfcbf68e017b')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"