From cef6832c71d94395b05c54ca9deade4420f37372 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Thu, 3 Sep 2015 18:52:05 -0400 Subject: [PATCH] pastebinit: add python3.4 to depends --- srcpkgs/pastebinit/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pastebinit/template b/srcpkgs/pastebinit/template index 13b5f560f7..1669af938b 100644 --- a/srcpkgs/pastebinit/template +++ b/srcpkgs/pastebinit/template @@ -1,8 +1,9 @@ # Template file for 'pastebinit' pkgname=pastebinit version=1.4.1 -revision=1 +revision=2 hostmakedepends="asciidoc" +depends="python3.4" short_desc="Pastebin command-line client" maintainer="Steve Prybylski " license="GPL-2, GPL-3" @@ -25,9 +26,7 @@ do_install() { vman utils/${util}.1 done - vmkdir usr/share/pastebinit.d vcopy pastebin.d usr/share/pastebint.d/ - vcopy po/mo usr/share/locale }