From efbf36123cac18a57b7ef98a3c83bf626e8d7aad Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 24 Dec 2015 13:33:59 +0100 Subject: [PATCH] yturl: add missing depends and pycompile_module --- srcpkgs/yturl/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template index c056062c26d..a8bab99da27 100644 --- a/srcpkgs/yturl/template +++ b/srcpkgs/yturl/template @@ -1,14 +1,15 @@ # Template file for 'yturl' pkgname=yturl version=1.20.0 -revision=1 +revision=2 +noarch=yes build_style=python-module hostmakedepends="python-setuptools" -noarch=yes +depends="python-setuptools python-requests" +pycompile_module="yturl.py" short_desc="YouTube videos on the command line" maintainer="Diogo Leal " license="Public Domain" homepage="https://github.com/cdown/yturl" distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz" checksum=b82e0ddfa4572959af9d1b0f3362042284f2583d7775b700151925708e0d1e93 -