summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 442d1d6c9bb3..d58fbfcca3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=polymc
pkgname=${_pkgname}-qt5-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"
@@ -50,7 +50,7 @@ build() {
-DLauncher_QT_VERSION_MAJOR=5 \
-DBUILD_TESTING=OFF \
-Bbuild -SPolyMC
- cmake --build build $MAKEFLAGS
+ cmake --build build
}
package() {