summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2023-08-01 12:17:03 -0400
committerKaydax2023-08-01 12:17:03 -0400
commit97769636b15c1759f0b2f73cc7e801477cf311ff (patch)
tree2d5c78d799e3b060506444cc311b27cf56dbdeb5
parent13ff327e7b046cedc6d2a0fc8519bdf7e9185921 (diff)
downloadaur-97769636b15c1759f0b2f73cc7e801477cf311ff.tar.gz
Use MAKEFLAGS env var instead of -j
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7eb2b1dd268..82f9717bf215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polymc-qt5-git
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 5.0.r25.g2358e6fa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PolyMC/PolyMC
arch = i686
arch = x86_64
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"