summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Readonly/perl-Readonly.SlackBuild10
-rw-r--r--perl/perl-Readonly/perl-Readonly.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-Readonly/perl-Readonly.SlackBuild b/perl/perl-Readonly/perl-Readonly.SlackBuild
index dd2f6ffa54..8e7faf3007 100644
--- a/perl/perl-Readonly/perl-Readonly.SlackBuild
+++ b/perl/perl-Readonly/perl-Readonly.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Readonly
-VERSION=${VERSION:-2.00}
+VERSION=${VERSION:-2.05}
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
@@ -58,9 +58,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Build.PL \
- prefix=/usr \
- installdirs=vendor \
- destdir=$PKG
+ --prefix /usr \
+ --installdirs vendor \
+ --destdir $PKG
./Build
./Build test
./Build install \
diff --git a/perl/perl-Readonly/perl-Readonly.info b/perl/perl-Readonly/perl-Readonly.info
index 002e9ff3d1..ffa045a67c 100644
--- a/perl/perl-Readonly/perl-Readonly.info
+++ b/perl/perl-Readonly/perl-Readonly.info
@@ -1,10 +1,10 @@
PRGNAM="perl-Readonly"
-VERSION="2.00"
+VERSION="2.05"
HOMEPAGE="https://metacpan.org/pod/Readonly"
-DOWNLOAD="http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-2.00.tar.gz"
-MD5SUM="05866426331fd2b8d4feebbba245298d"
+DOWNLOAD="http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-2.05.tar.gz"
+MD5SUM="acae851d7d55c509f5f00a8849597e54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-Module-Build"
+REQUIRES="perl-Module-Build-Tiny"
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"