summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaydax2023-08-01 12:17:03 -0400
committerKaydax2023-08-01 12:17:03 -0400
commit97769636b15c1759f0b2f73cc7e801477cf311ff (patch)
tree2d5c78d799e3b060506444cc311b27cf56dbdeb5 /PKGBUILD
parent13ff327e7b046cedc6d2a0fc8519bdf7e9185921 (diff)
downloadaur-97769636b15c1759f0b2f73cc7e801477cf311ff.tar.gz
Use MAKEFLAGS env var instead of -j
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01af1a66be57..0e53fd535c28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=polymc
pkgname=${_pkgname}-qt5-git
pkgver=5.0.r25.g2358e6fa
-pkgrel=1
+pkgrel=2
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/PolyMC/PolyMC"