Date: Sunday, February 24, 2013 @ 02:02:58 Author: eric Revision: 84745
upgpkg: youtube-dl 2013.02.22-1 Upstream update Modified: youtube-dl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-24 00:30:28 UTC (rev 84744) +++ PKGBUILD 2013-02-24 01:02:58 UTC (rev 84745) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=youtube-dl -pkgver=2013.02.19 +pkgver=2013.02.22 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -11,8 +11,8 @@ depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('b49c6dae84efe8d836de731a5c01a129a5498537' - '220ca0300932022dc0eca921466c6a1af94cdeb5') +sha1sums=('d9c8a206ab402204772d6316653a81b0683b7b91' + '4f804cb0bd493f189d8596ffbafc62e4a6cbf403') package() { cd "${srcdir}/${pkgname}"
