From 5ecabb3838aa95bac49c5635367107552c913115 Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Wed, 23 Dec 2015 00:37:24 -0800 Subject: [PATCH] adding noarch and python-devel to template --- srcpkgs/unoconv/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template index 5d49b4cff36..d1bc2cd0ba3 100644 --- a/srcpkgs/unoconv/template +++ b/srcpkgs/unoconv/template @@ -2,8 +2,10 @@ pkgname=unoconv version=0.7 revision=1 +noarch=yes build_style=gnu-makefile hostmakedepends="asciidoc git" +makedepends="python-devel" short_desc="Convert between document formats supported by LibreOffice/OpenOffice" maintainer="Antonio Malcolm " license="GPL-2"