summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDictator Mei2018-08-30 09:15:42 +0900
committerDictator Mei2018-08-30 09:15:42 +0900
commit36f248f2005fa277eb9b36b9ff37d5ff1fabebb5 (patch)
tree990221e73f063fc8e05558afccdac7955975bbb3
parent239eb0409db8a7d2e6002f44f252e7d347ab6f45 (diff)
downloadaur-36f248f2005fa277eb9b36b9ff37d5ff1fabebb5.tar.gz
fix arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef19abaf5e7b..f2be1aa47bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = hmcl-git
pkgver = 3.0
pkgrel = 1
url = https://github.com/huanghongxun/HMCL
- arch = x86_64
+ arch = any
license = GPL3
makedepends = git
makedepends = jdk
diff --git a/PKGBUILD b/PKGBUILD
index 55512a7ef5b7..b40a1a2f4421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=HMCL
pkgver=3.0
pkgrel=1
pkgdesc="A powered Minecraft launcher that supports a lot of features."
-arch=('x86_64')
+arch=('any')
url="https://github.com/huanghongxun/HMCL"
license=('GPL3')
depends=('jre')