diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-18 11:50:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:28 +0700 |
commit | 3dbafb32d075cc45dbc3c3a361cb5eea328e7e0a (patch) | |
tree | 1f4d98f42fc4c1003af9bfefd64694a937110eee /office | |
parent | 6eca0c94bee2f238dd1333bcc8d837be0eac07fb (diff) | |
download | slackbuilds-3dbafb32d075cc45dbc3c3a361cb5eea328e7e0a.tar.gz |
office/marave: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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="" |