diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:29:37 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2013-11-05 00:29:37 -0200 |
commit | f85c48e7e3ee02bc8ab47fcb9238eec086613639 (patch) | |
tree | 1341dc095316a8c766e58324dcdb1839936b2c51 /pcr | |
parent | dce5a758517aa256cdc27462825389162bb36295 (diff) | |
parent | 4ccf5afc3e1b6b61c27fe71ebc3be43a36657b92 (diff) | |
download | abslibre-f85c48e7e3ee02bc8ab47fcb9238eec086613639.tar.gz abslibre-f85c48e7e3ee02bc8ab47fcb9238eec086613639.tar.bz2 abslibre-f85c48e7e3ee02bc8ab47fcb9238eec086613639.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 9c38c18cb..f6aeb166c 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.30 +pkgver=2013.11.03 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,9 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('cf6169efa73e6d546221eff89937bb85' - 'SKIP') -md5sums=('5b518f25385ff86f8d8b0e3db085f7c6' - 'SKIP') -md5sums=('86891d5bf22d2a45fb3d1430cb1bfcca' +md5sums=('62e49076cb5e67233b3a8a8df9c8c0e8' 'SKIP') |