summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorebiadsu2018-11-02 22:29:51 +0100
committerebiadsu2018-11-02 22:29:51 +0100
commit0a8411ac3849f04d75ce22a76281a4c463a5b7ec (patch)
treec5622af34390d4c7015c0c1868c6ea509db3efb2 /PKGBUILD
parent9efa61690772840f835f10291ed6873d2b49eb5b (diff)
downloadaur-0a8411ac3849f04d75ce22a76281a4c463a5b7ec.tar.gz
depend on java-environment to allow openjdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf0ca0da0b5..b1762b14fa33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=atlassian-plugin-sdk
pkgver=6.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="Atlassian plugin software developer kit"
arch=('i686' 'x86_64')
url="https://marketplace.atlassian.com/plugins/atlassian-plugin-sdk-tgz"
license=('Apache License 2.0')
source=("https://maven.atlassian.com/public/com/atlassian/amps/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('c0da709fcbcceb315e07d070a327e124a1bf1fc68b83871900cc2fce9c3f77e4')
-depends=('jdk')
+depends=('java-environment')
package() {
cd "$pkgdir"