summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2016-11-26 23:10:55 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:17:45 +0700
commita356bf0af43b622bf7dcf12c7c0ee153eb987850 (patch)
tree86f8ced8764d9c3b1da314a23e68fcf35e8b0a87
parent475411e46f6e441d70034418180f764a129b119b (diff)
downloadslackbuilds-a356bf0af43b622bf7dcf12c7c0ee153eb987850.tar.gz
slackbuilds-a356bf0af43b622bf7dcf12c7c0ee153eb987850.tar.xz
perl/perl-Text-Glob: Updated for version 0.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--perl/perl-Text-Glob/perl-Text-Glob.SlackBuild8
-rw-r--r--perl/perl-Text-Glob/perl-Text-Glob.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Text-Glob/perl-Text-Glob.SlackBuild b/perl/perl-Text-Glob/perl-Text-Glob.SlackBuild
index b593e3e35d..fa73344968 100644
--- a/perl/perl-Text-Glob/perl-Text-Glob.SlackBuild
+++ b/perl/perl-Text-Glob/perl-Text-Glob.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Text-Glob
-VERSION=${VERSION:-0.09}
+VERSION=${VERSION:-0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/perl/perl-Text-Glob/perl-Text-Glob.info b/perl/perl-Text-Glob/perl-Text-Glob.info
index dff6a2cf42..9554c9b5ff 100644
--- a/perl/perl-Text-Glob/perl-Text-Glob.info
+++ b/perl/perl-Text-Glob/perl-Text-Glob.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Text-Glob"
-VERSION="0.09"
+VERSION="0.10"
HOMEPAGE="https://metacpan.org/pod/Text::Glob"
-DOWNLOAD="http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz"
-MD5SUM="1daa10e087f891c49b720a5c551a024b"
+DOWNLOAD="http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.10.tar.gz"
+MD5SUM="41983522000416c73bba115b36effe33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""