summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/zef/zef.SlackBuild6
-rw-r--r--perl/zef/zef.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild
index ecaa6e802b..b715ac73a7 100644
--- a/perl/zef/zef.SlackBuild
+++ b/perl/zef/zef.SlackBuild
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=zef
-VERSION=${VERSION:-0.4.5}
+VERSION=${VERSION:-0.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,6 +63,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+if [ "${MAKETEST:-no}" = "yes" ]; then
+ env PERL6LIB=lib prove -e perl6
+fi
+
RAKUDO_LOG_PRECOMP=1 \
RAKUDO_RERESOLVE_DEPENDENCIES=0 \
perl6-install-dist \
diff --git a/perl/zef/zef.info b/perl/zef/zef.info
index 7bddba84d0..7db5918005 100644
--- a/perl/zef/zef.info
+++ b/perl/zef/zef.info
@@ -1,8 +1,8 @@
PRGNAM="zef"
-VERSION="0.4.5"
+VERSION="0.4.6"
HOMEPAGE="https://github.com/ugexe/zef"
-DOWNLOAD="https://github.com/ugexe/zef/archive/v0.4.5/zef-0.4.5.tar.gz"
-MD5SUM="2042a4311651872180b9bc7c22200f71"
+DOWNLOAD="https://github.com/ugexe/zef/archive/v0.4.6/zef-0.4.6.tar.gz"
+MD5SUM="0f25fe6414e0ea70e0d04f50968c58fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rakudo"