diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-07-26 04:52:51 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-07-26 04:52:51 +0300 |
commit | 3cba2056614d19fe4915f5e0009d5f8683ff7a9d (patch) | |
tree | c885f20a0782823421c297902539dc36f00aea01 /pcr/youtube-dl-current/PKGBUILD | |
parent | 036375742a3c66b08ff49b9e28927b15b1d39717 (diff) | |
download | abslibre-3cba2056614d19fe4915f5e0009d5f8683ff7a9d.tar.gz abslibre-3cba2056614d19fe4915f5e0009d5f8683ff7a9d.tar.bz2 abslibre-3cba2056614d19fe4915f5e0009d5f8683ff7a9d.zip |
updating youtube-dl-current PKGBUILD
Diffstat (limited to 'pcr/youtube-dl-current/PKGBUILD')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 760daf05f..a2d174304 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.25.1 +pkgver=2013.07.25.2 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=('860d4bc099104508db2ae6b0ed0e5b71' +md5sums=('db09e5672c674ccadd3c9afed77189d9' 'SKIP') prepare() { |