diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-06 00:36:04 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-06 00:36:04 -0500 |
commit | 462bbf7f306f0c1c3f4da24e15747a088d71be42 (patch) | |
tree | 562fff2ce7123e656e7bad03149156a3ff576363 /pcr/youtube-dl-current/PKGBUILD | |
parent | 66c00a074b8c7de57a75dc683b00d29391bdf3a9 (diff) | |
parent | 993cb8ec3fd807471035038106825b4c915a33a8 (diff) |
Merge branch 'master' of https://projects.parabolagnulinux.org/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 96a493b25..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=2013.12.26 +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=('ae343ec6785e6bed333aa2fe2eaed31c' +md5sums=('f3c0d49ace716b01079f96abd962c763' 'SKIP') |