summaryrefslogtreecommitdiff
path: root/pcr/youtube-dl-current/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-17 01:42:42 -0700
committerroot <root@rshg054.dnsready.net>2013-09-17 01:42:42 -0700
commita1ec78e8d16098adb2e9e1cf4e364625e74c3bc4 (patch)
treedf5debed7978d781494c73a98f73921edea769cc /pcr/youtube-dl-current/PKGBUILD
parentbce247d29e4c6f3b30326d485942cc2d3614430f (diff)
Tue Sep 17 01:42:37 PDT 2013
Diffstat (limited to 'pcr/youtube-dl-current/PKGBUILD')
-rw-r--r--pcr/youtube-dl-current/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index 37b4b5747..cfa85cd68 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -5,8 +5,7 @@
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2013.09.11
-_pkgver=2013.11.09
+pkgver=2013.09.16
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
@@ -14,7 +13,7 @@ url="http://rg3.github.io/youtube-dl/"
license=('custom')
depends=('python')
makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${_pkgver}/${_pkgname}-${_pkgver}.tar.gz{,.sig})
+source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig})
prepare() {
cd ${_pkgname}
@@ -28,5 +27,5 @@ package() {
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-md5sums=('ad389dffc97d36c355115831a460b64e'
+md5sums=('8b02356879e80a90acbb2ebb07b26629'
'SKIP')