diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-26 17:08:54 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-26 17:08:54 -0300 |
commit | da08bbb8cbb9ee3c206ccdc04b8c5270ea22e642 (patch) | |
tree | 23feada6395a66d5656636f5fec2af0b73e6d7b1 /pcr/youtube-dl-current | |
parent | d33eabdee3fa6b57883cefe3d72f4e97e6d8a9bf (diff) | |
parent | 6e1c71178a099c9e0bebf7d7ef47c3dda6675242 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/youtube-dl-current')
-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() { |