summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormalacology2021-05-05 17:34:12 +0800
committermalacology2021-05-05 17:34:12 +0800
commitd8335747243df2af9a10e3924346b6bacdd3e376 (patch)
tree849a676bf4018528e91376c1b9f556995c827d9d
parent10e0f97f8aafef101f4b75bca96afc80afb83e93 (diff)
downloadaur-d8335747243df2af9a10e3924346b6bacdd3e376.tar.gz
update .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1ef3079647..0be251076cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = easycodeml
depends = openjdk-doc
depends = openjdk-src
source = https://github.com/starsareintherose/easycodeml/releases/download/1.21/EasyCodeML.zip
- sha256sums = SKIP
+ sha256sums = bc62c6ae0ac0e9ea14e664b4a603355a53ca3134c1ab90b654e618eb2be6ce5b
pkgname = easycodeml
diff --git a/PKGBUILD b/PKGBUILD
index 26d8cbeefe69..78bc958f8e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/BioEasy/EasyCodeML"
license=('unknow')
source=("https://github.com/starsareintherose/easycodeml/releases/download/${pkgver}/EasyCodeML.zip")
-sha256sums=('SKIP')
+sha256sums=('bc62c6ae0ac0e9ea14e664b4a603355a53ca3134c1ab90b654e618eb2be6ce5b')
depends=(
'jre-openjdk-headless'
'jre-openjdk'