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

Eric Bélanger eric at nymeria.archlinux.org
Sat Feb 2 18:44:24 UTC 2013


    Date: Saturday, February 2, 2013 @ 19:44:24
  Author: eric
Revision: 83548

upgpkg: youtube-dl 2013.02.02-1

Upstream update, Switch use to python3

Modified:
  youtube-dl/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 18:38:31 UTC (rev 83547)
+++ PKGBUILD	2013-02-02 18:44:24 UTC (rev 83548)
@@ -2,22 +2,22 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2013.01.13
+pkgver=2013.02.02
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
 arch=('any')
 url="http://rg3.github.com/youtube-dl/"
 license=('custom')
-depends=('python2')
-makedepends=('python2-distribute')
+depends=('python')
+makedepends=('python-distribute')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('99b580d1623d81f37bd022f39f1f45177b8e9c5f'
-          '974dde576744823f487ed5f17d34ba7e26ae420b')
+sha1sums=('dc577314914968a3cf36153340904cfbccd16531'
+          '15722790cc119961f55e4439406e206daab9e18a')
 
 package() {
   cd "${srcdir}/${pkgname}"
   sed -i -e 's|etc/bash_completion.d|share/bash-completion/completions|' \
          -e 's|youtube-dl.bash-completion|youtube-dl|' setup.py
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  python setup.py install --root="${pkgdir}/" --optimize=1
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list