summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2019-09-20 12:41:11 -0300
committerVinicius Correa2019-09-20 12:41:11 -0300
commiteddeb36fb4515294d7133c8a1109209395b95194 (patch)
tree7f7a50fd6c85e67c95fd027c5a21cff8b5ee1efa
parentde1224f06df24ac4ef441973cff2308dac488d21 (diff)
downloadaur-eddeb36fb4515294d7133c8a1109209395b95194.tar.gz
added jdk8-openjdk dependencie
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e1d3230defc..069b8e06d5f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = gendev
arch = any
license = BSD
depends = texinfo
+ depends = jdk8-openjdk
options = !strip
source = https://github.com/kubilus1/gendev/releases/download/0.4.0/gendev_0.4.0.txz
md5sums = 37e61b25baa4229aa6b6c3d79d7b7953
diff --git a/PKGBUILD b/PKGBUILD
index 6dd75d155478..24ab4ca546ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Genesis development environment for Linux"
arch=('any')
url="https://github.com/kubilus1/${pkgname}"
license=('BSD')
-depends=('texinfo')
+depends=('texinfo' 'jdk8-openjdk')
options=(!strip)
makedepends=('')
optdepends=('')