prismlauncher-git/8.0.r905.g635236290-1: update

This commit is contained in:
Puqns67 2024-08-07 16:38:17 +08:00
parent c4b50e731e
commit 66bc19501b
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = prismlauncher-git pkgbase = prismlauncher-git
pkgdesc = Minecraft launcher with ability to manage multiple instances. pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 8.0.r905.g635236290 pkgver = 8.0.r936.g0215af828
pkgrel = 1 pkgrel = 1
url = https://prismlauncher.org/ url = https://prismlauncher.org/
arch = x86_64 arch = x86_64

View File

@ -3,7 +3,7 @@
_pkgname='prismlauncher' _pkgname='prismlauncher'
pkgname="${_pkgname}-git" pkgname="${_pkgname}-git"
pkgver=8.0.r905.g635236290 pkgver=8.0.r936.g0215af828
pkgrel=1 pkgrel=1
pkgdesc='Minecraft launcher with ability to manage multiple instances.' pkgdesc='Minecraft launcher with ability to manage multiple instances.'
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
@ -44,7 +44,6 @@ prepare() {
-D CMAKE_BUILD_TYPE=RelWithDebInfo \ -D CMAKE_BUILD_TYPE=RelWithDebInfo \
-D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_PREFIX=/usr \
-D BUILD_TESTING=OFF \ -D BUILD_TESTING=OFF \
-D ENABLE_LTO=ON \
-D Launcher_BUILD_PLATFORM=archlinux \ -D Launcher_BUILD_PLATFORM=archlinux \
-G Ninja \ -G Ninja \
-S "${srcdir}/${_pkgname}" -S "${srcdir}/${_pkgname}"