python-pafy: update to 0.5.4

This commit is contained in:
Alessio Sergi 2018-04-22 19:05:51 +02:00
parent 3a423b3973
commit 77e114315a
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python-pafy'
pkgname=python-pafy
version=0.5.3.1
revision=2
wrksrc="pafy-${version}"
version=0.5.4
revision=1
noarch=yes
pycompile_module="pafy"
wrksrc="pafy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
pycompile_module="pafy"
hostmakedepends="python-setuptools python3-setuptools youtube-dl python3-youtube-dl"
depends="youtube-dl"
short_desc="Python2 library to download YouTube content and retrieve metadata"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="https://github.com/np1/pafy"
distfiles="https://github.com/np1/pafy/archive/v${version}.tar.gz"
checksum=512f3fdca213d1b55e05d9eaf3440e7ecdeadf9b517778af6e101910da3591e0
checksum=a2f9fe7c6175264993190081e1558516b2f2b5987f13a581a55cd9d838df973b
alternatives="pafy:ytdl:/usr/bin/ytdl2"
python3-pafy_package() {