diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-06 15:40:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-06 15:40:52 -0300 |
commit | 5525876e98c108064e5ffced4f54e214cefc6042 (patch) | |
tree | 59d5424f56b09df2cb80fb6f87995b99c0d178b6 /pcr | |
parent | 49d2908247f666e728231bbdfb1661e73dc123f3 (diff) | |
parent | 2231beeddcfa1b9155b148f2b41b907f73425096 (diff) | |
download | abslibre-5525876e98c108064e5ffced4f54e214cefc6042.tar.gz abslibre-5525876e98c108064e5ffced4f54e214cefc6042.tar.bz2 abslibre-5525876e98c108064e5ffced4f54e214cefc6042.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1aab4522e..33fafddfa 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.04 +pkgver=2013.09.05 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,6 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('252f503736cef7049d3a1ed20a2ffc5f' + +md5sums=('111dce261a41edc032f386777e90e8e1' 'SKIP') |