summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-16 00:49:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-16 00:49:09 -0300
commit903933cca63c1550f7ec9d2404b4c3ad8e50ff47 (patch)
treeb63cd25f9df965eb0e8b7fbe746f02e0de4e3c27
parentf8941a7de519095866f0a1abf79dd6ac059115a3 (diff)
parent1bcf417e1dc4147e822272ce5f4dccadae508139 (diff)
downloadabslibre-903933cca63c1550f7ec9d2404b4c3ad8e50ff47.tar.gz
abslibre-903933cca63c1550f7ec9d2404b4c3ad8e50ff47.tar.bz2
abslibre-903933cca63c1550f7ec9d2404b4c3ad8e50ff47.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 c0e7f35fd..faa7b285d 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.14
+pkgver=2013.08.15
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=('56c45c9569b0c76071d4153f59725840'
+md5sums=('3a282b3af87634661626ba68df753f70'
'SKIP')
prepare() {