summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkbipinkumar2022-12-01 11:08:19 +0530
committerkbipinkumar2022-12-01 11:08:19 +0530
commit98176bcf0e7149337fc0d9f7cbe6101a303507fd (patch)
tree73f16e3241a5233212e50ff66560acb1fe604d92
parent2607504127f6658cc65d2b3e0b77df09bc74dbad (diff)
downloadaur-98176bcf0e7149337fc0d9f7cbe6101a303507fd.tar.gz
package updated to 2.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ad896ce817..e24939ab1d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = snpeff
url = https://pcingola.github.io/SnpEff/
arch = any
license = MIT
- depends = java-runtime>=12
+ depends = java-runtime>=12pythonperlbash
+ provides = snpeff
source = snpEff.sh
source = SnpSift.sh
source = https://snpeff.blob.core.windows.net/versions/snpEff_latest_core.zip
diff --git a/PKGBUILD b/PKGBUILD
index c5c12a062106..a78e712febb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgrel=1
pkgdesc="Genetic variant annotation and effect prediction toolbox. https://doi.org/10.4161/fly.19695"
arch=('any')
url="https://pcingola.github.io/SnpEff/"
+provides=(""${pkgname%-pkgver}"")
license=('MIT')
-depends=('java-runtime>=12')
+depends=('java-runtime>=12''python''perl''bash')
source=(
snpEff.sh
SnpSift.sh
https://snpeff.blob.core.windows.net/versions/snpEff_latest_core.zip
- #http://sourceforge.net/projects/"${pkgname}"/files/snpEff_v"${pkgver}"_core.zip
)
sha256sums=('e0ba5679a90efdb39cd9398b1db708444fd8e5321182cedf72696b3ae1e2e2b9'
'4bd0163c6b8864ed6ea3f20d215b0bf371e10eaa4156ffcf8429d6f71ded93e3'