diff options
Diffstat (limited to 'abs/core/x264')
-rw-r--r-- | abs/core/x264/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/x264/PKGBUILD b/abs/core/x264/PKGBUILD index f885b95..169184a 100644 --- a/abs/core/x264/PKGBUILD +++ b/abs/core/x264/PKGBUILD @@ -3,15 +3,16 @@ # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=x264 -pkgver=20101115 +pkgver=20101116 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') url="http://www.videolan.org/developers/x264.html" license=('GPL') -depends=('libx11' 'gpac') +depends=('glibc') makedepends=('yasm') source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${pkgver}-2245.tar.bz2) +md5sums=('18a03ff761a290e84cb9f75e716fa5dc') build() { cd "${srcdir}/${pkgname}-snapshot-${pkgver}-2245" || return 1 @@ -33,4 +34,3 @@ package() { } # vim:set ts=2 sw=2 et: -md5sums=('ac3ca40b7b1e4c8a9480bf29fd51078a') |