diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild index 6501ce72d7..d75cc175e9 100644 --- a/games/PrismLauncher/PrismLauncher.SlackBuild +++ b/games/PrismLauncher/PrismLauncher.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PrismLauncher -VERSION=${VERSION:-7.1} +VERSION=${VERSION:-7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,8 +87,8 @@ cd build -DENABLE_LTO=ON \ -DLauncher_QT_VERSION_MAJOR="5" \ -DCMAKE_BUILD_TYPE=Release .. - cmake --build $(pwd) - DESTDIR=$PKG cmake --install $(pwd) + cmake --build . + DESTDIR=$PKG cmake --install . cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info index e9562c43ba..d39f68da1c 100644 --- a/games/PrismLauncher/PrismLauncher.info +++ b/games/PrismLauncher/PrismLauncher.info @@ -1,10 +1,10 @@ PRGNAM="PrismLauncher" -VERSION="7.1" +VERSION="7.2" HOMEPAGE="https://prismlauncher.org" -DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.1/PrismLauncher-7.1.tar.gz" -MD5SUM="cbd51a38a4635d2ea96fdc6c7ff8f89e" +DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.2/PrismLauncher-7.2.tar.gz" +MD5SUM="57460d5e3506b2ab83b16808e1503268" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenJDK17 scdoc" +REQUIRES="OpenJDK17" MAINTAINER="Samuel Young" EMAIL="samyoung12788@gmail.com"