diff options
Diffstat (limited to 'testing/youtube-dl/APKBUILD')
-rw-r--r-- | testing/youtube-dl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/youtube-dl/APKBUILD b/testing/youtube-dl/APKBUILD index 29516f83e1..a3e09a34fc 100644 --- a/testing/youtube-dl/APKBUILD +++ b/testing/youtube-dl/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2012.01.08b +pkgver=2012.02.27 pkgrel=0 -pkgdesc="a small command-line program for downloading videos from YouTube.com" +pkgdesc="A small command-line program for downloading videos from YouTube.com" url="http://rg3.github.com/youtube-dl/" arch="noarch" license="Public Domain" depends="python>=2.5" -makedepends="wget" +makedepends="" install="" subpackages="" source="https://raw.github.com/rg3/$pkgname/$pkgver/youtube-dl" @@ -34,4 +34,4 @@ package() { install -m 0555 youtube-dl "$pkgdir"/usr/bin } -md5sums="a445420376d975a21f0292df5ff6e5b9 youtube-dl" +md5sums="bd2f1db2f3edafcbf207fab805d36e23 youtube-dl" |