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 135f123c750d..812da072393d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polymc-qt5-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 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() {