summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmytro Meleshko2024-03-23 23:14:51 +0100
committerDmytro Meleshko2024-03-23 23:15:04 +0100
commit2e3e9665714a7e120ad0161692872c168bbbf0d6 (patch)
tree719cac9abd7aeee79ff01e6cd73cab816d88a593 /PKGBUILD
parentddc9978eba14f6e696a734c5d29e5a00725a90ec (diff)
downloadaur-mindustry-bin.tar.gz
restrict the package to x86_64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e7b3a080f2f..97ee5e19ca39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ _pkgname=mindustry
pkgname="${_pkgname}-bin"
_build=146
pkgver="7.0_${_build}"
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A sandbox tower defense game written in Java"
-arch=("any")
+arch=("x86_64")
url="https://github.com/Anuken/Mindustry"
license=("GPL3")
depends=("java-runtime>=8" "sh" "hicolor-icon-theme")