diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-07-17 22:50:23 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-07-17 22:50:23 +0300 |
commit | 8d96e40155e6b47de074ccb1eb10e051b71c6752 (patch) | |
tree | 9a83432a261b53c06358a2e06ac2b98838b87b5f | |
parent | b81dc7f2918bf9c32d3d759c600be85ac71b573d (diff) | |
download | abslibre-8d96e40155e6b47de074ccb1eb10e051b71c6752.tar.gz abslibre-8d96e40155e6b47de074ccb1eb10e051b71c6752.tar.bz2 abslibre-8d96e40155e6b47de074ccb1eb10e051b71c6752.zip |
updating youtube-dl 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 e4817a84e..1fb918903 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.17 +pkgver=2013.07.17.1 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=('e7c96d402a499589364d6cf64a123f89' +md5sums=('689d7d2507a0a452e53c2c40957220dc' 'SKIP') prepare() { |