summaryrefslogtreecommitdiff
path: root/extra/x264
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-07 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-07 23:14:36 +0000
commit8a8ac56bbf82685c43072923560881e6b119ec66 (patch)
treea83c44158166a5ad2cc5bfcaf1199ca7ba3652cc /extra/x264
parent5442e9b8f357932ed5d6cb46e90fcbf6f453469f (diff)
Fri Oct 7 23:14:36 UTC 2011
Diffstat (limited to 'extra/x264')
-rw-r--r--extra/x264/PKGBUILD6
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"