diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-04-12 20:18:19 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-04-12 20:18:19 +0300 |
commit | e5c31ef680ce0f5fea982794fe5384f396c414d7 (patch) | |
tree | 98a83e6c7ca02d2dd0e8457bc5730b2619777d1b /pcr | |
parent | 0a621797466c9000633f030b95b34e3eae416e52 (diff) | |
download | abslibre-e5c31ef680ce0f5fea982794fe5384f396c414d7.tar.gz abslibre-e5c31ef680ce0f5fea982794fe5384f396c414d7.tar.bz2 abslibre-e5c31ef680ce0f5fea982794fe5384f396c414d7.zip |
updating youtube-dl-current to version 2014.04.11.2
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 9269d1de2..1e2cc344c 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.03.29 +pkgver=2014.04.11.2 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=('190670e8160788712d9b0685ca6e132c' +md5sums=('12c5d1af893c7f5ff782ccb84347573b' 'SKIP') |