Date: Friday, April 26, 2013 @ 03:31:15 Author: eric Revision: 89034 upgpkg: youtube-dl 2013.04.22-1
Upstream update Modified: youtube-dl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-25 23:58:19 UTC (rev 89033) +++ PKGBUILD 2013-04-26 01:31:15 UTC (rev 89034) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=youtube-dl -pkgver=2013.04.21 +pkgver=2013.04.22 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -11,7 +11,7 @@ depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('705b884581d36b806c7395b0dafaba4443f56b3d' +sha1sums=('d28148c1f10aae7555471ad98be7dc457db2c77c' 'SKIP') prepare() {
