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

Eric Bélanger eric at archlinux.org
Sun Sep 14 19:47:49 UTC 2014


    Date: Sunday, September 14, 2014 @ 21:47:49
  Author: eric
Revision: 118973

upgpkg: youtube-dl 2014.09.14.3-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-14 18:46:09 UTC (rev 118972)
+++ PKGBUILD	2014-09-14 19:47:49 UTC (rev 118973)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=youtube-dl
-pkgver=2014.09.10.1
+pkgver=2014.09.14.3
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
 arch=('any')
@@ -13,12 +13,13 @@
             'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
         http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('78af91cdcd8962c9768e3c329e398fcf7b9889bd'
+sha1sums=('d3e7b6c8c56f014a7f2337d49497fce73afa4692'
           'SKIP')
 
 prepare() {
   cd ${pkgname}
   sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
 }
 
 package() {




More information about the arch-commits mailing list