summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2016-11-17 09:53:55 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-19 07:31:28 +0700
commit8676974a3a9e2f80a1654dc5d6ecc114dd9d684c (patch)
tree54723673366a597e61dee72b23a6f287ebbe06ba /perl
parenta7b79f385e2b62828ac02004004d2d8bd3feaac4 (diff)
downloadslackbuilds-8676974a3a9e2f80a1654dc5d6ecc114dd9d684c.tar.gz
slackbuilds-8676974a3a9e2f80a1654dc5d6ecc114dd9d684c.tar.xz
perl/perl-DBD-SQLite: Updated for version 1.52.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild8
-rw-r--r--perl/perl-DBD-SQLite/perl-DBD-SQLite.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild b/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild
index 7a8df1c9bb..c049c305c5 100644
--- a/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild
+++ b/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild
@@ -4,7 +4,7 @@
# Written by Thomas Morper <thomas@beingboiled.info>
PRGNAM=perl-DBD-SQLite
-VERSION=${VERSION:-1.48}
+VERSION=${VERSION:-1.52}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -12,7 +12,7 @@ SRCNAM=$(echo $PRGNAM | cut -f2- -d-)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -23,8 +23,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-DBD-SQLite/perl-DBD-SQLite.info b/perl/perl-DBD-SQLite/perl-DBD-SQLite.info
index b588533088..7b72de9f64 100644
--- a/perl/perl-DBD-SQLite/perl-DBD-SQLite.info
+++ b/perl/perl-DBD-SQLite/perl-DBD-SQLite.info
@@ -1,8 +1,8 @@
PRGNAM="perl-DBD-SQLite"
-VERSION="1.48"
+VERSION="1.52"
HOMEPAGE="http://search.cpan.org/~ishigaki/DBD-SQLite/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.48.tar.gz"
-MD5SUM="020c02ca595b2074a767a19af8506d2a"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.52.tar.gz"
+MD5SUM="a54c2e8ab74587c3b6f8045fddc5aba5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""