diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-07 17:32:41 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-07 17:32:41 -0200 |
commit | e44b2381ba017a6e022f824fc571cea5d568591a (patch) | |
tree | 8886c2cd6b6cc97c6f0825f82ccea8120d8da5bf /pcr/youtube-dl-current/PKGBUILD | |
parent | f1fe7c17498564f0d718be0a251278de3d13c540 (diff) | |
parent | 466e9cc38464d7b547066a83561dbad5b585d07b (diff) | |
download | abslibre-e44b2381ba017a6e022f824fc571cea5d568591a.tar.gz abslibre-e44b2381ba017a6e022f824fc571cea5d568591a.tar.bz2 abslibre-e44b2381ba017a6e022f824fc571cea5d568591a.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/youtube-dl-current/PKGBUILD')
-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 ebe83a34c..3d2d5c90f 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.06 +pkgver=2013.10.07 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=('b2a6d586f15e82e80a9efd64ace56e67' +md5sums=('8fcf8c27dc2444f78c0413f9ddee383a' 'SKIP') |