Merge pull request #2298 from silvernode/working

mps-youtube: fixed module error by changing python version
This commit is contained in:
Juan RP 2015-08-19 18:44:36 +02:00
commit 744948919b

View file

@ -1,13 +1,14 @@
# Template file for 'mps-youtube' # Template file for 'mps-youtube'
pkgname=mps-youtube pkgname=mps-youtube
version=0.2.5 version=0.2.5
revision=1 revision=2
build_style=python-module build_style=python-module
python_versions="3.4"
noarch=yes noarch=yes
pycompile_module="mps_youtube" pycompile_module="mps_youtube"
hostmakedepends="python-devel python-setuptools" hostmakedepends="python3.4-devel python3.4-setuptools"
makedepends="python-devel" makedepends="python3.4-devel"
depends="pafy python python-setuptools" depends="pafy python3.4 python3.4-setuptools"
short_desc="Terminal based YouTube player and downloader" short_desc="Terminal based YouTube player and downloader"
maintainer="Logen K <logen@sudotask.com>" maintainer="Logen K <logen@sudotask.com>"
license="GPL-3" license="GPL-3"