diff options
author | starsareintherose | 2021-08-23 03:16:21 +0800 |
---|---|---|
committer | starsareintherose | 2021-08-23 03:16:21 +0800 |
commit | 4e664b327187ad9a1f38904185be920b3984bfd3 (patch) | |
tree | 0783fa36590687ebc9e73fee69fe88168ab8b861 /PKGBUILD | |
parent | 99a3d8ec8e1a4758dcae13ad8f6ccc9679dbebd1 (diff) | |
download | aur-4e664b327187ad9a1f38904185be920b3984bfd3.tar.gz |
upload depen
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,9 +8,12 @@ pkgdesc="A free cross-platform genome analysis suite (binary release)" arch=('x86_64') url="http://ugene.net" license=('GPL') -depends=('qt5-script' 'qt5-svg' 'qt5-webkit' 'glu' 'procps-ng' 'python') +depends=('libxtst' 'glu' 'qt5-webkit' 'qt5-websockets' 'qt5-svg' 'qt5-script' 'desktop-file-utils' 'qspec-git') +optdepends=('cufflinks' 'bowtie' 'clustalw' 'phyml' 'blast+' 'clustal-omega' 'vcftools' 'mrbayes' 'bwa' 'bedtools' + 'tcoffee' 'hmmer' 'snpeff' 'samtools' 'mafft' 'trimmomatic' 'stringtie' 'kraken' 'diamond-aligner' + 'python2-cutadapt' 'python' 'java-runtime' 'bowtie2' 'tophat' 'fastqc') provides=('ugene') -conflicts=('ugene') +conflicts=('ugene-git') source=("https://github.com/ugeneunipro/ugene/releases/download/${pkgver}/ugene-${pkgver}-linux-x86-64.tar.gz" "ugene.desktop" "ugene.svg") sha256sums=('f04fcfdf62703e9feba2fd6fd3b74b19cf676c65d312d0d3b08f5622dc2081cf' '58aeee982faa07913c016323cdded0a4022695c4e313954fdc09c36742013896' |