diff options
author | Thomas Morper <thomas@beingboiled.info> | 2012-02-19 20:09:54 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2012-02-19 20:09:54 -0200 |
commit | 8b8d6e337c37ccbfb89ea1f2a01ba05fc27bcdbc (patch) | |
tree | 791dd11c20f53f91bd5191406bff4cf57e31f159 /perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild | |
parent | f24375c1033185656f126a3ec7eab56b5f33e42b (diff) | |
download | slackbuilds-8b8d6e337c37ccbfb89ea1f2a01ba05fc27bcdbc.tar.gz |
perl/perl-DBD-SQLite: Updated for version 1.35.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild')
-rw-r--r-- | perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild b/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild index df10b7b17e..271c64bb72 100644 --- a/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild +++ b/perl/perl-DBD-SQLite/perl-DBD-SQLite.SlackBuild @@ -3,12 +3,13 @@ # Slackware build script for perl-DBD-SQLite # Written by Thomas Morper <thomas@beingboiled.info> -SRCNAM=DBD-SQLite -PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-1.31} +PRGNAM=perl-DBD-SQLite +VERSION=${VERSION:-1.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=$(echo $PRGNAM | cut -f2- -d-) + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; |