diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-08 17:16:01 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-08 17:16:01 -0200 |
commit | 02a302b5e94968361e6f41080147d3e159c98b19 (patch) | |
tree | a143525105f8ff7d1eab390080a55a55e3f04820 /pcr | |
parent | 2939a371e9eeb7fdf554c72ab317d23b7e04159a (diff) | |
parent | 8f2a579c903ce5624e94c457c64cb1dc28c10746 (diff) | |
download | abslibre-02a302b5e94968361e6f41080147d3e159c98b19.tar.gz abslibre-02a302b5e94968361e6f41080147d3e159c98b19.tar.bz2 abslibre-02a302b5e94968361e6f41080147d3e159c98b19.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 5043b852a..407abd19b 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.02.22.1 +pkgver=2014.03.07.1 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=('cd1b11fa2b1c0a66eb5cdd6651fce62c' +md5sums=('9b6630462d2619b8e95a25e473826f34' 'SKIP') |