youtube-dl: update to 2015.09.28

This commit is contained in:
Jeff Huang 2015-09-29 10:12:30 +00:00
parent 8cb929a9cb
commit 33266da22a

View File

@ -1,5 +1,5 @@
pkgname=youtube-dl
pkgver=2015.09.03
pkgver=2015.09.28
pkgrel=1
pkgdesc='A small command-line program to download videos from YouTube.com'
arch=('x86_64')
@ -10,7 +10,7 @@ optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support')
categories=('network')
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha1sums=('9bff6d1ca877408557c64650406a92f148017016')
sha1sums=('c11638eb5c965c58bf6e7274e6dfab61db819980')
package() {
cd "${srcdir}/${pkgname}"