diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-05 16:44:27 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:33 +0700 |
commit | 1814705a690677a99bc840bcc4925b37a68ca6c0 (patch) | |
tree | ef8b6033300c55c19cf0821b94e52bff5dd66449 /network/discord | |
parent | b3a0ae7c5ca60a0275970760a6b93c367c7cdb94 (diff) |
network/discord: Version bump to 0.0.31
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/discord')
-rw-r--r-- | network/discord/discord.SlackBuild | 10 | ||||
-rw-r--r-- | network/discord/discord.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/network/discord/discord.SlackBuild b/network/discord/discord.SlackBuild index 420d76412c..cb654e4d4a 100644 --- a/network/discord/discord.SlackBuild +++ b/network/discord/discord.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=discord -VERSION=${VERSION:-0.0.30} +VERSION=${VERSION:-0.0.31} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -52,12 +49,10 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then DEBARCH="i386" - LIBDIRSUFFIX="" echo "This package is currently only available for 64bit." exit 1 elif [ "$ARCH" = "x86_64" ]; then DEBARCH="amd64" - LIBDIRSUFFIX="64" else echo "Package for $(uname -m) architecture is not available." exit 1 @@ -87,6 +82,9 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Don't need these: rm -rf $PKG/usr/share/doc $PKG/usr/share/lintian +# Correct permissions error found using sbopkglint +chmod +x $PKG/usr/share/discord/lib*.so* + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/network/discord/discord.info b/network/discord/discord.info index e30802abe1..01f240f0fa 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.30" +VERSION="0.0.31" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.30/discord-0.0.30.deb" -MD5SUM_x86_64="f7838829c1ddb6ff25ce6254d7cd2d99" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.31/discord-0.0.31.deb" +MD5SUM_x86_64="e98f03e2cbfce9a1b2394e384b7dbff7" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |