Date: Sunday, September 8, 2013 @ 02:16:57 Author: eric Revision: 96912
upgpkg: youtube-dl 2013.09.07-1 Upstream update Modified: youtube-dl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-07 22:53:22 UTC (rev 96911) +++ PKGBUILD 2013-09-08 00:16:57 UTC (rev 96912) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <e...@archlinux.org> pkgname=youtube-dl -pkgver=2013.09.06.1 +pkgver=2013.09.07 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools') optdepends=('ffmpeg: for video post-processing') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('a50580fe14da0688fee27b1d5e3fa84e95b5bb46' +sha1sums=('a6e54de9329ee7b06dc114b63fe74d9c9d697c01' 'SKIP') prepare() {