diff options
author | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
commit | 071ecd58a9b69020ec170e7f89009a603e885371 (patch) | |
tree | c32fc487de5e9afc5bb12c053775982fdd2c6b7d /extra/x264/PKGBUILD | |
parent | 99c34471cedb5de3afae4e33c48239abbe1410c7 (diff) |
Sat Nov 17 01:27:29 PST 2012
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 4c986ee9c..f4a242d4b 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163164 2012-07-08 09:35:20Z ibiru $ +# $Id: PKGBUILD 171269 2012-11-16 23:35:55Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=x264 -pkgver=20120705 +pkgver=20121113 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-stable.tar.bz2) -md5sums=('81e5bec5d5774a4a3f567f14bd94289c') +md5sums=('c37851c8534ef5d7b1935145f8f5a725') build() { cd "$pkgname-snapshot-$pkgver-2245-stable" |