From be1a2de10e595802a69a73bced23b456d0ba3796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 12 Oct 2015 12:56:28 +0200 Subject: [PATCH] icecat-i18n: fix subpackage template --- srcpkgs/icecat-i18n/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecat-i18n/template b/srcpkgs/icecat-i18n/template index 4c034f45208..d746eb09f7b 100644 --- a/srcpkgs/icecat-i18n/template +++ b/srcpkgs/icecat-i18n/template @@ -121,7 +121,7 @@ for _lang in "${_languages[@]}"; do done _pkgtmpl() { - local _lang="$1" + _lang="$1" depends="icecat>=${version}" short_desc="IceCat $2 language pack" noarch=yes