diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-01-08 19:26:56 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-01-08 19:26:56 -0200 |
commit | 8e0e6f311234bb078da46e7680305bda642b5317 (patch) | |
tree | 387511dbce9fc3015fd622001b1581628c4f12cc | |
parent | ebcaeb5b5a0dae29c33d59433a99e1e5c6535ed4 (diff) | |
parent | 34ae414ce0bb492c0a23c7bc8a34f05aef57e4e1 (diff) | |
download | abslibre-8e0e6f311234bb078da46e7680305bda642b5317.tar.gz abslibre-8e0e6f311234bb078da46e7680305bda642b5317.tar.bz2 abslibre-8e0e6f311234bb078da46e7680305bda642b5317.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-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 bc1c2f19b..4a251fa93 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.01.07 +pkgver=2014.01.07.5 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=('7ab1afd30e2e952917bace66d379d880' +md5sums=('de485f1333b9e42ebaaaac16ca4c60b4' 'SKIP') |