summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2021-08-14 13:49:26 -0500
committerHurricanePootis2021-08-14 13:49:26 -0500
commit8b4f90e883dfda9a68ee09127070b15e2bc1e0b4 (patch)
treea50e6dfddbfbc6911ef84c40ecbf9d5cbf1d9b83 /PKGBUILD
parent6222ffabc2e018a4681bfbe8879e74268944a012 (diff)
downloadaur-8b4f90e883dfda9a68ee09127070b15e2bc1e0b4.tar.gz
Fix arch() variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fcae1951245..f2d3ecffd33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=minecraft-legacy-launcher
pkgver=1.6.93.1
-pkgrel=3
+pkgrel=4
pkgdesc="Minecraft Legacy Java Launcher"
-arch=(x86_64)
+arch=('x86_64')
url="https://bugs.mojang.com/browse/MCL-11993"
license=('All rights reserved')
depends=('glibc' 'libx11' 'freetype2' 'glib2' 'java-runtime' 'opengl-driver')