summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchet2017-06-06 12:02:10 -0700
committerchet2017-06-06 12:02:10 -0700
commit73672c3aceb8e6acb87883cacb35b03c199dc975 (patch)
treeeedb2e5eec0d38830f1ce830b2471e3aac55a619
parent9523031f75536ec1e5b733c49a51da1bf15cccf2 (diff)
downloadaur-73672c3aceb8e6acb87883cacb35b03c199dc975.tar.gz
Revert unnecessary architecture restriction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e206c110c24..714de200abe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = greenfoot
pkgdesc = Allows easy development of two-dimensional graphical applications, such as simulations and interactive games.
pkgver = 3.1.0
- pkgrel = 6
+ pkgrel = 7
url = https://www.greenfoot.org
- arch = x86_64
+ arch = any
license = GPL2
license = Apache
license = BSD
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')