From 79f03126969f91b674d6dfc82635c89d64db9bf8 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 21 Jan 2015 22:54:12 +0000 Subject: [PATCH] unzip: remove update-check version transformation Due to the use of sort -V in update_check.sh this failed for the case where the template version is 2.3.1 which is transformed to 231. When a upstream version 30 is released it will be less than the transformed version. --- srcpkgs/unzip/update | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/unzip/update b/srcpkgs/unzip/update index ea5f48ec47..7730266b35 100644 --- a/srcpkgs/unzip/update +++ b/srcpkgs/unzip/update @@ -1,2 +1 @@ -version="$(printf '%-03s' ${version//./} | tr ' ' 0)" ignore="*[!0-9]"