13 Mar
2011
13 Mar
'11
3:27 a.m.
Arch only uses .gz and .xz packages so look for .pkg.tar.?z. This prevents matching potential detached signature files. Signed-off-by: Allan McRae <allan@archlinux.org> --- config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config b/config index f6600a6..b1bcb4f 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ STAGING="$HOME/staging" TMPDIR="/srv/tmp" ARCHES=(i686 x86_64) DBEXT=".db.tar.gz" -PKGEXT=".pkg.tar.*" +PKGEXT=".pkg.tar.?z" SRCEXT=".src.tar.gz" # Allowed licenses: get sourceballs only for licenses in this array -- 1.7.4.1