diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/marave/marave.SlackBuild | 11 | ||||
-rw-r--r-- | office/marave/marave.info | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/office/marave/marave.SlackBuild b/office/marave/marave.SlackBuild index 63b61316dd..db45addc72 100644 --- a/office/marave/marave.SlackBuild +++ b/office/marave/marave.SlackBuild @@ -22,6 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220218 bkw: Modified by SlackBuilds.org: host the source somewhere +# besides github, since it's "master.zip": the next time someone commits +# to the upstream repo, the md5sum will change. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=marave @@ -39,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -76,9 +77,9 @@ cd $PRGNAM-$SRCVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ python setup.py install --root=$PKG diff --git a/office/marave/marave.info b/office/marave/marave.info index 4e565bbaaf..b27459cad8 100644 --- a/office/marave/marave.info +++ b/office/marave/marave.info @@ -1,7 +1,7 @@ PRGNAM="marave" VERSION="0.7" HOMEPAGE="https://github.com/ralsina/marave" -DOWNLOAD="https://github.com/ralsina/marave/archive/master.zip" +DOWNLOAD="https://slackware.uk/~urchlay/src/marave-master.zip" MD5SUM="6ae1fe790429e1c7f277dc8aa8998308" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |