diff options
Diffstat (limited to 'extra/x264/PKGBUILD')
-rw-r--r-- | extra/x264/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 90508716e..0e847a587 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $ +# $Id: PKGBUILD 140061 2011-10-06 07:33:34Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=x264 -pkgver=20110617 +pkgver=20111001 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') @@ -13,7 +13,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" |