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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jan 26 18:16:04 UTC 2016


    Date: Tuesday, January 26, 2016 @ 19:16:03
  Author: jlichtblau
Revision: 158968

upgpkg: ffmpeg2theora 0.30-1 - new upstream update
and FS#47897 - [ffmpeg2theora] missing libkate dependency fix

Modified:
  ffmpeg2theora/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-26 18:07:02 UTC (rev 158967)
+++ PKGBUILD	2016-01-26 18:16:03 UTC (rev 158968)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=ffmpeg2theora
-pkgver=0.29
-pkgrel=6
+pkgver=0.30
+pkgrel=1
 pkgdesc="Simple converter to create Ogg Theora files"
 arch=('i686' 'x86_64')
 url="http://www.v2v.cc/~j/ffmpeg2theora/"
 license=('GPL')
-depends=('ffmpeg')
-makedepends=('scons' 'libkate')
-source=(http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2
+depends=('ffmpeg' 'libkate')
+makedepends=('scons' 'git')
+source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
         ffmpeg2theora-0.29-underlinking.patch)
-sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d'
+sha256sums=('SKIP'
             '3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
 
 prepare() {



More information about the arch-commits mailing list