From 9e68b57e301d730ca157b6c077618c586c29d244 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Sun, 29 Apr 2012 20:11:47 -0400 Subject: perl/perl-uri-escape: Updated for version 1.60. Signed-off-by: dsomero --- perl/perl-uri-escape/perl-uri-escape.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'perl/perl-uri-escape/perl-uri-escape.SlackBuild') diff --git a/perl/perl-uri-escape/perl-uri-escape.SlackBuild b/perl/perl-uri-escape/perl-uri-escape.SlackBuild index 8f97c4a150..b79b42e6c3 100644 --- a/perl/perl-uri-escape/perl-uri-escape.SlackBuild +++ b/perl/perl-uri-escape/perl-uri-escape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-uri-escape -# Copyright 2011 LukenShiro, Italy +# Copyright 2011-2012 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-uri-escape -VERSION=${VERSION:-1.59} +VERSION=${VERSION:-1.60} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -45,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=URI DOCFILES="Changes README" -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -- cgit v1.2.3