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

Eric Bélanger eric at archlinux.org
Wed Mar 4 03:13:46 UTC 2009


    Date: Tuesday, March 3, 2009 @ 22:13:46
  Author: eric
Revision: 28973

Fixed source url, Added md5sums, Added svn Id tag

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-04 03:11:48 UTC (rev 28972)
+++ PKGBUILD	2009-03-04 03:13:46 UTC (rev 28973)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Varun Acharya <varun at archlinux.org>
 # Contributor: Sebastien Piccand <sebcactus gmail com>
 
@@ -11,9 +12,11 @@
 depends=()
 makedepends=('ftjam' 'wget' 'patch' 'yasm')
 conflicts=('handbrake-bin')
-source=(http://junk.phantomgorilla.com/hb/HandBrake-0.9.3.tar.gz)
+source=("http://handbrake.fr/rotation.php?file=HandBrake-${pkgver}.tar.gz")
+md5sums=('ee79c94b5acd68f28351ba2704b4d55d')
+
 build() {
-  cd $startdir/src/HandBrake
+  cd $startdir/src/HandBrake-${pkgver}
 
   #Build with optimizations:
   if [ "$CARCH" = "x86_64" ]; then




More information about the arch-commits mailing list