diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-01-06 06:16:25 +0200 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-01-06 06:16:25 +0200 |
commit | 993cb8ec3fd807471035038106825b4c915a33a8 (patch) | |
tree | a9b516776cfeaf20170933613c1f4e670c2dc814 /pcr | |
parent | b87fe580cb6702a2a3f1f67b0225add0f2e613d0 (diff) | |
download | abslibre-993cb8ec3fd807471035038106825b4c915a33a8.tar.gz abslibre-993cb8ec3fd807471035038106825b4c915a33a8.tar.bz2 abslibre-993cb8ec3fd807471035038106825b4c915a33a8.zip |
updating youtube-dl-current to version 2014.01.05.6
Diffstat (limited to 'pcr')
-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 7ca493453..7beeb5918 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=2014.01.03 +pkgver=2014.01.05.6 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('676179e05b8c83d63e5aa21a92faaa32' +md5sums=('f3c0d49ace716b01079f96abd962c763' 'SKIP') |