perl/perl-AnyEvent: Updated for version 7.13.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2016-11-10 23:04:17 +00:00 committed by David Spencer
parent bb551c5c76
commit 37c26f3f0f
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for perl-AnyEvent # Slackware build script for perl-AnyEvent
# #
# Written by Marcin Herda <mherda@slackword.net> # Written by Marcin Herda <mherda@slackword.net>
# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info> # Updated by Johannes Schoepfer
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met: # permitted provided that the following conditions are met:
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-AnyEvent PRGNAM=perl-AnyEvent
VERSION=${VERSION:-7.12} VERSION=${VERSION:-7.13}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2)"
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,10 +1,10 @@
PRGNAM="perl-AnyEvent" PRGNAM="perl-AnyEvent"
VERSION="7.12" VERSION="7.13"
HOMEPAGE="https://metacpan.org/release/AnyEvent" HOMEPAGE="https://metacpan.org/release/AnyEvent"
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.12.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.13.tar.gz"
MD5SUM="3c7054fc2c1d93b985d63c13d37d3369" MD5SUM="70eea152cf4686f8f351aa8bc96157f9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Johannes Schoepfer" MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info" EMAIL="slackbuilds[at]schoepfer[dot]info"