summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-17 00:59:57 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-17 00:59:57 -0600
commit201a3a8a986287b2f54d01e7c5e4bbeba8c37040 (patch)
tree1604e6e3131f5d9655ba22e0356e8dce9a34c87b
parent953784602cbd98d13b303a810da70a63d312fcf4 (diff)
parent43c6216c0e8fa54c980e34d2086b78c221b6052d (diff)
Merge branch 'master' of ssh://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 bb79e9cc4..e4817a84e 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.07.12
+pkgver=2013.07.17
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=('5549a8be5054eaf02470da8955b838a0'
+md5sums=('e7c96d402a499589364d6cf64a123f89'
'SKIP')
prepare() {