summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarsareintherose2021-08-26 23:27:49 +0800
committerstarsareintherose2021-08-26 23:27:49 +0800
commitc4694c385a12db488cdfc332681743b626444a08 (patch)
tree2c6c8ac4b7ee142c6c2456834fefd5e056ed6c15
parent2c5109f1519e2512f96a79cee250561a74f738f6 (diff)
downloadaur-c4694c385a12db488cdfc332681743b626444a08.tar.gz
polish depen
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e815f15b9fc..bd8fa69f1601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,7 @@ pkgbase = easycodeml
url = https://github.com/BioEasy/EasyCodeML
arch = x86_64
license = unknow
- depends = jre-openjdk-headless
- depends = jre-openjdk
- depends = jdk-openjdk
- depends = openjdk-doc
- depends = openjdk-src
+ depends = java-runtime
source = https://github.com/starsareintherose/easycodeml/releases/download/1.21/EasyCodeML.zip
source = easycodeml.desktop
source = EasyCodeML.png
@@ -18,4 +14,3 @@ pkgbase = easycodeml
sha256sums = 5393db9477bd071511788ea6255c49005274b4aebe792a7631eaa296ada14987
pkgname = easycodeml
-
diff --git a/PKGBUILD b/PKGBUILD
index 6926ad131814..59b19f10c130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,7 @@ sha256sums=('45ef18a896818643908dc3ad637da7773f6d984e75f8a6faa61992a7d8e48776'
'e20af3e0e14be4f95d634bf5c34cb35dc37edfada7d97f9c0e9dd10afa7cbf6f'
'5393db9477bd071511788ea6255c49005274b4aebe792a7631eaa296ada14987')
depends=(
- 'jre-openjdk-headless'
- 'jre-openjdk'
- 'jdk-openjdk'
- 'openjdk-doc'
- 'openjdk-src'
+ 'java-runtime'
)
package() {
install -dm755 "$pkgdir"/usr/share/{EasyCodeML,applications}