fixed module error by changing python version

This commit is contained in:
silvernode 2015-08-19 04:59:39 -07:00
parent 686b7bff71
commit 5da7d20d45

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"