diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-23 13:47:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-23 13:47:07 -0300 |
commit | 0bddd5dd75cd000e928eba06ced1ac0fc814f3dc (patch) | |
tree | 33a09a8e9e59f7ab19e5b6b8fd9554badde08db4 | |
parent | 992454afc08e1085640b8d6bfe001ce227281546 (diff) | |
parent | ce8098aa507387adc412d276d194e17c4905e2b5 (diff) |
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 ac73b6637..b3ce5f4f4 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.08.17 +pkgver=2013.08.22 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('3fd78626b19ac128f15f1bbfee578011' +md5sums=('ec5a15c938496f7654a25a6b181d0b89' 'SKIP') prepare() { |