summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaydax2023-08-02 14:38:52 -0400
committerKaydax2023-08-02 14:38:52 -0400
commit40c120779b1b0712d562e23e837133e0ca80fb94 (patch)
treede7a0c305404dd8467d86fa5fc74f18cdd781156 /PKGBUILD
parent8953560925462cedb3abfc52fddd03d34b0eb33e (diff)
downloadaur-polymc-git.tar.gz
Lenny said no
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52b22d7ef698..a36ff33fa110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=polymc
pkgname=${_pkgname}-git
pkgver=5.0.r25.g2358e6fa
-pkgrel=2
+pkgrel=3
pkgdesc="Minecraft launcher with the ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/PolyMC/PolyMC"
@@ -51,7 +51,7 @@ build() {
-DLauncher_APP_BINARY_NAME="${_pkgname}" \
-DLauncher_QT_VERSION_MAJOR="6" \
-Bbuild -SPolyMC
- cmake --build build $MAKEFLAGS
+ cmake --build build
}
package() {