youtube-dl: update to 2016.01.29

This commit is contained in:
Jeff Huang 2016-01-30 07:27:18 +00:00
parent 3a77968f25
commit 1ea1a10341

View File

@ -1,5 +1,5 @@
pkgname=youtube-dl
pkgver=2015.12.23
pkgver=2016.01.29
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=('cb61b3e0321f1ec5b46bdbab11686277a6b6a250')
sha1sums=('17745e3be243cb21b284d3e6d311874fac800027')
package() {
cd "${srcdir}/${pkgname}"