Date: Saturday, November 2, 2013 @ 08:39:14
  Author: bpiotrowski
Revision: 198689

upgpkg: x264 20131030-1

- update to the latest commit from stable branch

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-11-02 07:36:33 UTC (rev 198688)
+++ PKGBUILD    2013-11-02 07:39:14 UTC (rev 198689)
@@ -1,25 +1,21 @@
 # $Id$
-# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Maintainer:  Ionut Biru <ib...@archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
 # Contributor: damir <da...@archlinux.org>
 # Contributor: Paul Mattal <p...@archlinux.org>
 
 pkgname=x264
-pkgver=20130702
-pkgrel=2
-pkgdesc="free library for encoding H264/AVC video streams"
+pkgver=20131030
+pkgrel=1
+pkgdesc='Library for encoding H264/AVC video streams'
 arch=('i686' 'x86_64')
-url="http://www.videolan.org/developers/x264.html";
+url='http://www.videolan.org/developers/x264.html'
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=585324fee3)
+source=(git://git.videolan.org/x264.git#commit=c628e3bac)
 md5sums=('SKIP')
 
-pkgver() {
-  cd $pkgname
-  git log -1 --format="%cd" --date=short | sed 's|-||g'
-}
-
 build() {
   cd $pkgname
 

Reply via email to