diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-18 03:55:51 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-18 03:55:51 +0300 |
commit | 61f7a461d41a4edf3b44f58e526b6228d9ddc93a (patch) | |
tree | c7ffe3e69d0bc3a779088faad623addd674e1e55 /pcr/youtube-dl-current | |
parent | 6b441bbf4c82e583709e8dfa3c26997c7a7d5814 (diff) | |
download | abslibre-61f7a461d41a4edf3b44f58e526b6228d9ddc93a.tar.gz abslibre-61f7a461d41a4edf3b44f58e526b6228d9ddc93a.tar.bz2 abslibre-61f7a461d41a4edf3b44f58e526b6228d9ddc93a.zip |
updating youtube-dl-current to version 2013.10.17
Diffstat (limited to 'pcr/youtube-dl-current')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 148fa6a82..ce9708ba7 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.10.15 +pkgver=2013.10.17 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('dec34c0837db47b78d3febd67cf7725a' +md5sums=('5bcd7a5d20387a6dfd985f4a77dbe26d' 'SKIP') |