diff options
Diffstat (limited to 'network/whalebird')
-rw-r--r-- | network/whalebird/whalebird.SlackBuild | 5 | ||||
-rw-r--r-- | network/whalebird/whalebird.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/network/whalebird/whalebird.SlackBuild b/network/whalebird/whalebird.SlackBuild index 2281e6d2f609..d7fed1e60578 100644 --- a/network/whalebird/whalebird.SlackBuild +++ b/network/whalebird/whalebird.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=whalebird -VERSION=${VERSION:-5.1.1} +VERSION=${VERSION:-6.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,6 +73,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # Fix sbopkglint gripes - icon resolution directory should be 310x150 rather than 310x310 mv $PKG/usr/share/icons/hicolor/310x310 $PKG/usr/share/icons/hicolor/310x150 +# Remove extraneous /usr/lib directory (it only contains /usr/lib/.build-id) +rm -r $PKG/usr/lib/ + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ $PKG/opt/Whalebird/LICENSE.electron.txt \ diff --git a/network/whalebird/whalebird.info b/network/whalebird/whalebird.info index 679eb788d27b..66787b2eb5ce 100644 --- a/network/whalebird/whalebird.info +++ b/network/whalebird/whalebird.info @@ -1,10 +1,10 @@ PRGNAM="whalebird" -VERSION="5.1.1" +VERSION="6.0.0" HOMEPAGE="https://whalebird.social" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v5.1.1/Whalebird-5.1.1-linux-x86_64.rpm" -MD5SUM_x86_64="ea98ff68f814ba91c5684ee410dae193" +DOWNLOAD_x86_64="https://github.com/h3poteto/whalebird-desktop/releases/download/v6.0.0/Whalebird-6.0.0-linux-x86_64.rpm" +MD5SUM_x86_64="ba4c9190c3c6cc5f3ba7a8a01b3f8d0d" REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |