[arch-commits] Commit in handbrake/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Dec 11 00:39:30 UTC 2010
Date: Friday, December 10, 2010 @ 19:39:30
Author: andrea
Revision: 102764
fix python2 makedepends
Modified:
handbrake/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-12-11 00:20:41 UTC (rev 102763)
+++ PKGBUILD 2010-12-11 00:39:30 UTC (rev 102764)
@@ -10,11 +10,10 @@
url="http://handbrake.fr/"
license=('GPL')
depends=('bzip2' 'hal' 'libnotify' 'libwebkit')
-makedepends=('intltool' 'python' 'yasm')
+makedepends=('intltool' 'python2' 'yasm')
source=(http://saintdevelopment.com/mirror/${pkgname}/HandBrake-${pkgver}.tar.bz2
gtk2.20_fixes.patch)
md5sums=('69f88b2e602550615da75947f914d7e6' 'e0296baaed129dceaf0d29c8284dc9fe')
-sha1sums=('91329a83315b7eae0b2b3731a8bf0f2de2a6eb4d' '17b39144d9883b1f63d9b9ff2f6770b35bbdb16a')
build() {
cd "${srcdir}/HandBrake-${pkgver}"
More information about the arch-commits
mailing list