summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchet2017-06-06 11:36:59 -0700
committerchet2017-06-06 11:36:59 -0700
commit9523031f75536ec1e5b733c49a51da1bf15cccf2 (patch)
tree2f9730d7dde1460ef84592545cfb61df7e135ef8
parente5fcced9fbf7914544c0f1f3e2aadc4a2e6341c3 (diff)
downloadaur-9523031f75536ec1e5b733c49a51da1bf15cccf2.tar.gz
Remove unnecessary dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7a029b6b07..5e206c110c24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greenfoot
pkgdesc = Allows easy development of two-dimensional graphical applications, such as simulations and interactive games.
pkgver = 3.1.0
- pkgrel = 5
+ pkgrel = 6
url = https://www.greenfoot.org
arch = x86_64
license = GPL2
@@ -12,7 +12,6 @@ pkgbase = greenfoot
license = LGPL2.1
license = MIT
license = custom
- depends = sh
depends = java-runtime
depends = java-environment
depends = java-openjfx
diff --git a/PKGBUILD b/PKGBUILD
index f6fae7682a9f..70adf95b39e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: chet <chetgurevitch @ protonmail . com>
+# Maintainer: chet <chetgurevitch @ protonmail . com>
# Contributor: teacher4711 <inverness1 @ gmx . de>
# Contributor: fheday <fheday @ gmail . com>
# Contributor: seishinryohosha <seishinryohosha @ gmail . com>
@@ -6,12 +6,12 @@
pkgname=greenfoot
pkgver=3.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="Allows easy development of two-dimensional graphical applications, such as simulations and interactive games."
arch=('x86_64')
url="https://www.${pkgname}.org"
license=('GPL2' 'Apache' 'BSD' 'CPL' 'LGPL2' 'LGPL2.1' 'MIT' 'custom')
-depends=('sh' 'java-runtime' 'java-environment' 'java-openjfx')
+depends=('java-runtime' 'java-environment' 'java-openjfx')
source=("https://www.${pkgname}.org/download/files/Greenfoot-linux-${pkgver//.}.deb"
"${pkgname}"
"${pkgname}.desktop")