summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-15 10:58:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-15 10:58:47 -0300
commit1ecceefcea71f067e74019d6496eaf2555cfa917 (patch)
tree33e44a69099993ee0bdf786a3e3e71b7b15134e7
parent91c68e523c0499adc383132077871913154a50df (diff)
parent4f7d2f35b065342742fba2cef570961e2d824d1c (diff)
downloadabslibre-1ecceefcea71f067e74019d6496eaf2555cfa917.tar.gz
abslibre-1ecceefcea71f067e74019d6496eaf2555cfa917.tar.bz2
abslibre-1ecceefcea71f067e74019d6496eaf2555cfa917.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r--pcr/youtube-dl-current/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index 57e30c88f..c0e7f35fd 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.09
+pkgver=2013.08.14
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=('ae245c6ef518cdeb7f099a1c0d5a64ba'
+md5sums=('56c45c9569b0c76071d4153f59725840'
'SKIP')
prepare() {