summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302eddf19e8c..c572a951ee88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mindustry-bin
pkgdesc = A sandbox tower defense game written in Java
pkgver = 7.0_146
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/Anuken/Mindustry
- arch = any
+ arch = x86_64
license = GPL3
makedepends = libicns
depends = java-runtime>=8
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")