[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Sun Feb 24 01:03:39 UTC 2013
Date: Sunday, February 24, 2013 @ 02:03:38
Author: eric
Revision: 84746
archrelease: copy trunk to community-any
Added:
youtube-dl/repos/community-any/PKGBUILD
(from rev 84745, youtube-dl/trunk/PKGBUILD)
Deleted:
youtube-dl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-24 01:02:58 UTC (rev 84745)
+++ PKGBUILD 2013-02-24 01:03:38 UTC (rev 84746)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=youtube-dl
-pkgver=2013.02.19
-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=('python')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('b49c6dae84efe8d836de731a5c01a129a5498537'
- '220ca0300932022dc0eca921466c6a1af94cdeb5')
-
-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
- python setup.py install --root="${pkgdir}/" --optimize=1
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 84745, youtube-dl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-02-24 01:03:38 UTC (rev 84746)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=youtube-dl
+pkgver=2013.02.22
+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=('python')
+makedepends=('python-distribute')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('d9c8a206ab402204772d6316653a81b0683b7b91'
+ '4f804cb0bd493f189d8596ffbafc62e4a6cbf403')
+
+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
+ 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