summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2023-08-02 14:39:21 -0400
committerKaydax2023-08-02 14:39:21 -0400
commit99db6739f5f4616b1024d5109b56b33938892a02 (patch)
tree6bbd43bd49decca96b1cf8a23f5e977156ad79ea
parent1d23a7cfc8823c09aee941d0a6b747803199c289 (diff)
downloadaur-99db6739f5f4616b1024d5109b56b33938892a02.tar.gz
Lenny said no
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9edb17025e81..0c2206406f7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polymc-qt5
pkgdesc = Minecraft launcher with the ability to manage multiple instances.
pkgver = 5.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/PolyMC/PolyMC
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7abf277fe5b1..cc5521236809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=polymc-qt5
pkgver=5.1
-pkgrel=3
+pkgrel=4
pkgdesc="Minecraft launcher with the ability to manage multiple instances."
arch=('i686' 'x86_64')
url="https://github.com/PolyMC/PolyMC"
@@ -31,7 +31,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLauncher_QT_VERSION_MAJOR=5 \
-Bbuild -SPolyMC-$pkgver
- cmake --build build $MAKEFLAGS
+ cmake --build build
}
package() {