summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuoi2022-03-20 19:36:25 +0000
committerKuoi2022-03-20 19:36:25 +0000
commite1235935e1dd03823841ccee385e8ebff0c53176 (patch)
tree91698618efbe02aa2d32081f5cf42721248d87e1
parentc4694c385a12db488cdfc332681743b626444a08 (diff)
downloadaur-e1235935e1dd03823841ccee385e8ebff0c53176.tar.gz
1.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd8fa69f1601..0cab6c313877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = easycodeml
- pkgdesc = A visual tool for analysis of selection using CodeML
- pkgver = 1.21
+ pkgdesc = A visual tool for analysis of selection using CodeML. https://doi.org/10.1002/ece3.5015
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/BioEasy/EasyCodeML
arch = x86_64
- license = unknow
+ license = LGPL3
depends = java-runtime
- source = https://github.com/starsareintherose/easycodeml/releases/download/1.21/EasyCodeML.zip
+ source = https://raw.githubusercontent.com/BioEasy/EasyCodeML/master/EasyCodeML.jar
source = easycodeml.desktop
source = EasyCodeML.png
- sha256sums = 45ef18a896818643908dc3ad637da7773f6d984e75f8a6faa61992a7d8e48776
+ sha256sums = 16eef77a21be47ac2b2cf2e04ded75dc76546a71e0ca227aa21e0418ec8caf36
sha256sums = e20af3e0e14be4f95d634bf5c34cb35dc37edfada7d97f9c0e9dd10afa7cbf6f
sha256sums = 5393db9477bd071511788ea6255c49005274b4aebe792a7631eaa296ada14987
diff --git a/PKGBUILD b/PKGBUILD
index 59b19f10c130..98862bd9e8c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Malacology <guoyizhang at malacology dot com>
pkgname=easycodeml
-pkgver=1.21
+pkgver=1.4
pkgrel=1
-pkgdesc="A visual tool for analysis of selection using CodeML"
+pkgdesc="A visual tool for analysis of selection using CodeML. https://doi.org/10.1002/ece3.5015"
arch=('x86_64')
url="https://github.com/BioEasy/EasyCodeML"
-license=('unknow')
-source=("https://github.com/starsareintherose/easycodeml/releases/download/${pkgver}/EasyCodeML.zip" "easycodeml.desktop" "EasyCodeML.png")
-sha256sums=('45ef18a896818643908dc3ad637da7773f6d984e75f8a6faa61992a7d8e48776'
+license=('LGPL3')
+source=("https://raw.githubusercontent.com/BioEasy/EasyCodeML/master/EasyCodeML.jar" "easycodeml.desktop" "EasyCodeML.png")
+sha256sums=('16eef77a21be47ac2b2cf2e04ded75dc76546a71e0ca227aa21e0418ec8caf36'
'e20af3e0e14be4f95d634bf5c34cb35dc37edfada7d97f9c0e9dd10afa7cbf6f'
'5393db9477bd071511788ea6255c49005274b4aebe792a7631eaa296ada14987')
depends=(
@@ -17,7 +17,7 @@ depends=(
)
package() {
install -dm755 "$pkgdir"/usr/share/{EasyCodeML,applications}
- mv "$srcdir"/EasyCodeML/* "$pkgdir"/usr/share/EasyCodeML
+ install -Dm 755 "$srcdir"/EasyCodeML.jar "$pkgdir"/usr/share/EasyCodeML
install -m 755 ${srcdir}/EasyCodeML.png ${pkgdir}/usr/share/EasyCodeML/EasyCodeML.png
install -m 755 ${srcdir}/easycodeml.desktop ${pkgdir}/usr/share/applications/easycodeml.desktop
}