From 556e2862b7f527976ed4830f4a204257d18965e9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 04:42:28 +0200 Subject: [PATCH] iso-codes: python3.4 -> python3 --- srcpkgs/iso-codes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/iso-codes/template b/srcpkgs/iso-codes/template index 86986dd20e0..5d69923be4d 100644 --- a/srcpkgs/iso-codes/template +++ b/srcpkgs/iso-codes/template @@ -1,10 +1,10 @@ # Template file for 'iso-codes' pkgname=iso-codes version=3.70 -revision=1 +revision=2 noarch=yes build_style=gnu-configure -hostmakedepends="python3.4" +hostmakedepends="python3" short_desc="List of country, language and currency names" maintainer="Juan RP " license="LGPL-2.1"