diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-08-27 21:15:05 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-08-27 21:15:05 +0300 |
commit | f9223a8acb46bc91e27e75159eda008737cdd1a9 (patch) | |
tree | c4585431be8ae9cc5cade9d322e934bd30d0937e | |
parent | dbf13bac1929ba47a83aa868b4687f8dcc65d443 (diff) | |
download | abslibre-f9223a8acb46bc91e27e75159eda008737cdd1a9.tar.gz abslibre-f9223a8acb46bc91e27e75159eda008737cdd1a9.tar.bz2 abslibre-f9223a8acb46bc91e27e75159eda008737cdd1a9.zip |
updating 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 b6b7526e6..012d82941 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.08.23 +pkgver=2013.08.27 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=('50c348f8dc28adff28d76420deff7297' +md5sums=('6562713d1c216433a669060d421e9b77' 'SKIP') prepare() { |