From eda9d309d10c3c5ec89d69931173a0dfdbd4df24 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:08:14 +0200 Subject: [PATCH] pastebinit: python3.4 -> python3 --- srcpkgs/pastebinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pastebinit/template b/srcpkgs/pastebinit/template index 611fa220b73..e18356af759 100644 --- a/srcpkgs/pastebinit/template +++ b/srcpkgs/pastebinit/template @@ -1,10 +1,10 @@ # Template file for 'pastebinit' pkgname=pastebinit version=1.5 -revision=2 +revision=3 noarch=yes hostmakedepends="asciidoc" -depends="python3.4" +depends="python3" short_desc="Pastebin command-line client" maintainer="Steve Prybylski " license="GPL-2"