From 465b86cc7d68ea12bbe3d4150a157fd61b61bd36 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 11:00:07 +0200 Subject: [PATCH] vapoursynth: rebuild for Python 3.5 --- srcpkgs/vapoursynth/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index f0a57075a6f..e5d9a1e3b97 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,10 +1,10 @@ # Template file for 'vapoursynth' pkgname=vapoursynth version=R34 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="automake pkg-config libtool yasm python3 python-Cython python3.4-Cython" -makedepends="python3.4-devel zimg-devel libmagick-devel libass-devel" +hostmakedepends="automake pkg-config libtool yasm python3-Cython" +makedepends="python3-devel zimg-devel libmagick-devel libass-devel" short_desc="Application for video manipulation" maintainer="lemmi " license="LGPL-2"