diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-02 17:39:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-02 17:39:58 -0300 |
commit | fef8b5d1add73a9c326f0a0923500317cf7a8917 (patch) | |
tree | 81ca681dff6fc47cd745dcbd9bb0452669e0b8f4 | |
parent | 46838b2b7c55d12f5266ebee5c78e382fe69c2fa (diff) | |
parent | a8790060ce8d1927eeffca227854d5f63cb42d25 (diff) | |
download | abslibre-fef8b5d1add73a9c326f0a0923500317cf7a8917.tar.gz abslibre-fef8b5d1add73a9c326f0a0923500317cf7a8917.tar.bz2 abslibre-fef8b5d1add73a9c326f0a0923500317cf7a8917.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1ba9c0e4d..636366fd4 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.09.29 +pkgver=2013.10.01.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,7 +28,5 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } - - -md5sums=('7f5a8b7a411e833e9a0d8759140e1949' +md5sums=('d513e2a9a8eb7e117b685fc0e0ea99b9' 'SKIP') |