[arch-commits] Commit in x264/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Jun 3 14:27:48 UTC 2012


    Date: Sunday, June 3, 2012 @ 10:27:47
  Author: ibiru
Revision: 160668

bump snapshot

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-03 14:22:11 UTC (rev 160667)
+++ PKGBUILD	2012-06-03 14:27:47 UTC (rev 160668)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=x264
-pkgver=20120204
+pkgver=20120602
 pkgrel=1
 pkgdesc="free library for encoding H264/AVC video streams"
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 depends=('glibc')
 makedepends=('yasm')
 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
-md5sums=('4d793ecc4f9d308724ea47edf400f312')
+md5sums=('50e6dc7a1031a19c710e912dffb19a7a')
 
 build() {
-    cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
+    cd "$pkgname-snapshot-$pkgver-2245-stable"
 
     ./configure --enable-shared
 
     make
 }
 package() {
-    cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
+    cd "$pkgname-snapshot-$pkgver-2245-stable"
 
     make DESTDIR="$pkgdir" \
       bindir=/usr/bin \




More information about the arch-commits mailing list