prismlauncher-git/8.0.r905.g635236290-1: update
This commit is contained in:
parent
460effda36
commit
89f5c70725
@ -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.r728.g978e96916
|
pkgver = 8.0.r905.g635236290
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://prismlauncher.org/
|
url = https://prismlauncher.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
_pkgname='prismlauncher'
|
_pkgname='prismlauncher'
|
||||||
|
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=8.0.r728.g978e96916
|
pkgver=8.0.r905.g635236290
|
||||||
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')
|
||||||
@ -37,12 +37,12 @@ pkgver() {
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
rmdir -v "${srcdir}/${_pkgname}/libraries/libnbtplusplus"
|
rmdir -v "${srcdir}/${_pkgname}/libraries/libnbtplusplus"
|
||||||
ln -s "${srcdir}/libnbtplusplus" "${srcdir}/${_pkgname}/libraries/libnbtplusplus"
|
ln -sv "${srcdir}/libnbtplusplus" "${srcdir}/${_pkgname}/libraries/libnbtplusplus"
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
-B "${srcdir}/build" \
|
-B "${srcdir}/build" \
|
||||||
-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 ENABLE_LTO=ON \
|
||||||
-D Launcher_BUILD_PLATFORM=archlinux \
|
-D Launcher_BUILD_PLATFORM=archlinux \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user