summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2013-09-13 12:20:18 +0300
committerAlon Ivtsan <alonivtsan@lavabit.com>2013-09-13 12:20:18 +0300
commit1af5a338811da7be39413e6e7849619ca4eeecd8 (patch)
treeef7857a8b5673e224ea4cdf20118e57140c7d775
parent42c409d56dfbc126513b0f5b10d04d030706ec25 (diff)
updating youtube-dl-current to version 2013.09.11
-rw-r--r--pcr/youtube-dl-current/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index 0a12e4f19..37b4b5747 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
+# Maintainer: Eric Bélanger <eric@archlinux.org>
# Maintainer (Parabola): Alon Ivtsan <alonivtsan@lavabit.com>
# Based on https://www.archlinux.org/packages/community/any/youtube-dl/
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2013.09.10
+pkgver=2013.09.11
+_pkgver=2013.11.09
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
@@ -13,7 +14,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}
@@ -27,6 +28,5 @@ package() {
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-
-md5sums=('1ad831c338c82b97e0b4ef4f62d55a0c'
+md5sums=('ad389dffc97d36c355115831a460b64e'
'SKIP')