diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-20 10:58:24 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-20 10:58:24 (GMT) |
commit | 40a73f74b656006ec43c9cc4beb6cfaab3e83d81 (patch) | |
tree | b4c491ef1a2188c3fbc7f2e55c441884a950ff8a /abs/core-testing/x264 | |
parent | 0cad0430a88a9790163896e44e1c86f5d1bbb553 (diff) | |
parent | 5ab926984c6f18fcff5fa95bb8708a89fa708b79 (diff) | |
download | linhes_pkgbuild-40a73f74b656006ec43c9cc4beb6cfaab3e83d81.zip linhes_pkgbuild-40a73f74b656006ec43c9cc4beb6cfaab3e83d81.tar.gz linhes_pkgbuild-40a73f74b656006ec43c9cc4beb6cfaab3e83d81.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/x264')
-rw-r--r-- | abs/core-testing/x264/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/x264/PKGBUILD b/abs/core-testing/x264/PKGBUILD index 8d85cb5..4f1756b 100644 --- a/abs/core-testing/x264/PKGBUILD +++ b/abs/core-testing/x264/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 24030 2009-01-11 23:42:22Z eric $ +# $Id: PKGBUILD 36085 2009-04-19 22:58:09Z eric $ # Contributor: damir <damir@archlinux.org> # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=x264 -pkgver=20090108 +pkgver=20090416 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=(i686 x86_64) @@ -12,7 +12,7 @@ license=('GPL') depends=('libx11') makedepends=('yasm') source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2) -md5sums=('27129d3cc2e93899069f3caf6eb51f68') +md5sums=('f5730feaa6175539e8227e48e38b7d67') build() { cd "$srcdir/$pkgname-snapshot-$pkgver-2245" || return 1 |