diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-24 09:40:34 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-24 09:40:34 -0200 |
commit | 08957bc95e800455b87576b277e611b4f9b3ce05 (patch) | |
tree | c89e2fd909b3cc0f01df8f076248d84722522e2e /pcr/youtube-dl-current/PKGBUILD | |
parent | 4bc0b238e9e972e6337192fa1eb3dddb7c1a3a20 (diff) | |
parent | b2245a0ffc2a99b3cc50b520fa4e31ae498b8d7b (diff) |
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 9823708cd..39b5a5195 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.20 +pkgver=2013.12.23.4 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=('be0cf52206f9ba3f5f841deec3ce3bde' +md5sums=('8505cc9b2968cfff2aeae93e2d2350eb' 'SKIP') |