summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchet2017-06-06 12:02:10 -0700
committerchet2017-06-06 12:02:10 -0700
commit73672c3aceb8e6acb87883cacb35b03c199dc975 (patch)
treeeedb2e5eec0d38830f1ce830b2471e3aac55a619 /PKGBUILD
parent9523031f75536ec1e5b733c49a51da1bf15cccf2 (diff)
downloadaur-73672c3aceb8e6acb87883cacb35b03c199dc975.tar.gz
Revert unnecessary architecture restriction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70adf95b39e2..f9acc08f233a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=greenfoot
pkgver=3.1.0
-pkgrel=6
+pkgrel=7
pkgdesc="Allows easy development of two-dimensional graphical applications, such as simulations and interactive games."
-arch=('x86_64')
+arch=('any')
url="https://www.${pkgname}.org"
license=('GPL2' 'Apache' 'BSD' 'CPL' 'LGPL2' 'LGPL2.1' 'MIT' 'custom')
depends=('java-runtime' 'java-environment' 'java-openjfx')