diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-15 20:06:03 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-15 20:06:03 +0300 |
commit | 11ac9f5970c575c12e924a0b635891582f065d48 (patch) | |
tree | 37a221b0f74497028deb386647fc6648770ffed2 | |
parent | 84bbfe8d42c5482440e417c1f232eff8aa1af462 (diff) | |
download | abslibre-11ac9f5970c575c12e924a0b635891582f065d48.tar.gz abslibre-11ac9f5970c575c12e924a0b635891582f065d48.tar.bz2 abslibre-11ac9f5970c575c12e924a0b635891582f065d48.zip |
updating youtube-dl-current to version 2013.10.15
-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 22cd86750..148fa6a82 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.09 +pkgver=2013.10.15 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=('ddbefc30e4efefe29a2fe89ed6f4bccc' +md5sums=('dec34c0837db47b78d3febd67cf7725a' 'SKIP') |