summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2023-04-22 01:40:37 -0400
committerneeshy2023-04-22 01:44:12 -0400
commit3fba96e8dbef882fe29c4a6f1e9f60c4d75ba24f (patch)
treec1a7843be489c614039a6e6d57f06ad1dd9af73b /PKGBUILD
parent8779f91cbb2c9f1b7df74d2e7188e6a6b4115acf (diff)
downloadaur-3fba96e8dbef882fe29c4a6f1e9f60c4d75ba24f.tar.gz
Add proper java dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b5c4fe083c4..3d0b1d3f7cb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Downloads albums in bulk"
arch=('any')
url="https://github.com/ripmeapp2/ripme"
license=('MIT')
-depends=('java-runtime')
+depends=('java-runtime>=11')
+makedepends=('java-environment>=11')
source=("https://github.com/ripmeapp2/ripme/archive/$pkgver.tar.gz"
ripme-gradle.patch)
sha256sums=('bda7ab04dd3e45f7a81e9e9f068aba65a92686a003a0823655240319e8949bd8'