Skip to content

Commit

Permalink
Merge pull request #1326 from makedeb/pkg-update/prismlauncher-qt5
Browse files Browse the repository at this point in the history
Package Update: `prismlauncher-qt5`
  • Loading branch information
lordofpipes authored Jun 30, 2024
2 parents a9262c0 + e7cdeaa commit b5b33ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=prismlauncher-qt5
pkgver=8.4
pkgrel=1
pkgrel=2
pkgdesc='Minecraft launcher with ability to manage multiple instances.'
arch=('i386' 'amd64' 'arm64' 'armhf' 'riscv64')
url='https://prismlauncher.org'
Expand Down Expand Up @@ -80,7 +80,7 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLauncher_BUILD_PLATFORM="debian" \
-DLauncher_APP_BINARY_NAME="${pkgname}" \
-DLauncher_APP_BINARY_NAME="prismlauncher" \
-DLauncher_QT_VERSION_MAJOR=5 \
-DENABLE_LTO=ON \
-Bbuild -S.
Expand Down

0 comments on commit b5b33ce

Please sign in to comment.