summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 917fdc5e3b83..3865c538441b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polymc-git
pkgdesc = Minecraft launcher with the ability to manage multiple instances.
pkgver = 5.0.r25.g2358e6fa
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/PolyMC/PolyMC
arch = i686
arch = x86_64
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() {