diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-31 20:44:36 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-31 20:44:36 -0300 |
commit | 26c64c9e66db37f9f1b22645e5e2e80ff274d55a (patch) | |
tree | 526ed7efdb96166f47a521cdc6357c9a4a65546d /pcr | |
parent | 1f0ff3cb4fdd6271bc5b1bef603f5608b96c55c3 (diff) | |
parent | fb58df845b55947e95f6080e1984c068f9ede756 (diff) | |
download | abslibre-26c64c9e66db37f9f1b22645e5e2e80ff274d55a.tar.gz abslibre-26c64c9e66db37f9f1b22645e5e2e80ff274d55a.tar.bz2 abslibre-26c64c9e66db37f9f1b22645e5e2e80ff274d55a.zip |
Merge branch 'master' of ssh://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 63723fd6f..dfaba34cc 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.29 +pkgver=2013.08.30 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=('2d55357fe9799f71d2122b4de7224440' +md5sums=('f9e5574fe3b645892a7d814797b8a607' 'SKIP') prepare() { |