From e246aed598239947ae8058b128aaf5bf6d8edb8f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 10 Feb 2022 22:30:21 +0200 Subject: system/fr: Updated for version 3.0. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- system/fr/fr.SlackBuild | 6 +++--- system/fr/fr.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system/fr') diff --git a/system/fr/fr.SlackBuild b/system/fr/fr.SlackBuild index be92e9dfacd7..f5c19168e19e 100644 --- a/system/fr/fr.SlackBuild +++ b/system/fr/fr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fr -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fr -VERSION=${VERSION:-1.38} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,7 @@ 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 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/fr/fr.info b/system/fr/fr.info index c7af38066825..b8975ff183a3 100644 --- a/system/fr/fr.info +++ b/system/fr/fr.info @@ -1,8 +1,8 @@ PRGNAM="fr" -VERSION="1.38" +VERSION="3.0" HOMEPAGE="https://bitbucket.org/mixmastamyk/fr" -DOWNLOAD="https://files.pythonhosted.org/packages/25/95/bca2920497975a35c1d714c861dec449ce7bee23f84a4da2810e0aea28f5/fr-1.38.tar.gz" -MD5SUM="fb5813735231c770d2e3fee13e3536a1" +DOWNLOAD="https://files.pythonhosted.org/packages/a0/06/252c05b905da553547cb38ccf13826a9edb73d96201c7ce90aa23b3d9a5b/fr-3.0.tar.gz" +MD5SUM="875b3d67ffd9d0a8f825a5f6bbcc0f3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3