diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2016-09-26 06:50:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-27 05:53:28 +0700 |
commit | 007ca8b898dab49c02affdf96edb6118e7632fc7 (patch) | |
tree | b92fe030d3671bfe67f08b0fa509ab8028c0c86d /perl | |
parent | 4835ac2dbb8c61ad1e0c0aab0afacdfc069e958c (diff) | |
download | slackbuilds-007ca8b898dab49c02affdf96edb6118e7632fc7.tar.gz |
perl/perl-Test-Simple: Updated for version 1.302056.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Test-Simple/perl-Test-Simple.SlackBuild | 9 | ||||
-rw-r--r-- | perl/perl-Test-Simple/perl-Test-Simple.info | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/perl/perl-Test-Simple/perl-Test-Simple.SlackBuild b/perl/perl-Test-Simple/perl-Test-Simple.SlackBuild index b514b8c5e7..c0105906a4 100644 --- a/perl/perl-Test-Simple/perl-Test-Simple.SlackBuild +++ b/perl/perl-Test-Simple/perl-Test-Simple.SlackBuild @@ -23,9 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - PRGNAM=perl-Test-Simple -VERSION=${VERSION:-1.001012} +VERSION=${VERSION:-1.302056} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -33,7 +32,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 @@ -44,8 +43,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-Test-Simple/perl-Test-Simple.info b/perl/perl-Test-Simple/perl-Test-Simple.info index 27b038e08a..f7dfd26ced 100644 --- a/perl/perl-Test-Simple/perl-Test-Simple.info +++ b/perl/perl-Test-Simple/perl-Test-Simple.info @@ -1,10 +1,10 @@ PRGNAM="perl-Test-Simple" -VERSION="1.001012" +VERSION="1.302056" HOMEPAGE="https://metacpan.org/pod/Test::Simple" -DOWNLOAD="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.001012.tar.gz" -MD5SUM="6782dbc93e7eb267e81e14aa0f3b8fa7" +DOWNLOAD="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302056.tar.gz" +MD5SUM="4a1c0edd6093574f01fde60198eaff1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="perl-Test-Harness perl-Scalar-List-Utils" +REQUIRES="perl-Test-Harness" MAINTAINER="LEVAI Daniel" EMAIL="leva@ecentrum.hu" |