[arch-commits] Commit in x264/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sat Mar 13 21:55:32 UTC 2010
Date: Saturday, March 13, 2010 @ 16:55:31
Author: ibiru
Revision: 72265
upgpkg: x264 20100312-1
update to 20100312
Modified:
x264/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-13 21:45:37 UTC (rev 72264)
+++ PKGBUILD 2010-03-13 21:55:31 UTC (rev 72265)
@@ -4,8 +4,8 @@
# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=x264
-pkgver=20100207
-pkgrel=2
+pkgver=20100312
+pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
url="http://www.videolan.org/developers/x264.html"
@@ -13,7 +13,7 @@
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
-md5sums=('cbbbb0b5b42c727b5ae515232f6d0c72')
+sha256sums=('89c15d9a7c5fdc3117969c3c7edd5e3c797d57319ecb549818ea2e90a1016d85')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245" || return 1
@@ -21,7 +21,6 @@
./configure --enable-shared || return 1
make || return 1
-
make DESTDIR="$pkgdir" \
bindir=/usr/bin \
libdir=/usr/lib \
More information about the arch-commits
mailing list