diff options
author | starsareintherose | 2021-10-14 15:52:31 +0100 |
---|---|---|
committer | starsareintherose | 2021-10-14 15:52:31 +0100 |
commit | 87a2e4b6aaf019f7a47bbadace9b899fef28e4c9 (patch) | |
tree | 29a4d20138e2643a410269542b95392df912533b /PKGBUILD | |
parent | 3107bd27e7e5be2f0bb4ae44e687fd7843228c13 (diff) | |
download | aur-87a2e4b6aaf019f7a47bbadace9b899fef28e4c9.tar.gz |
40.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,21 +1,22 @@ -#Maintainer Matthijs Tadema <M dot J dot Tadema at pm dot me> -#Previous Maintainer Jens Staal <staal1978@gmail.com> +#Maintainer Guoyi Zhang <GuoyiZhang at malacology dot net> +#Contributor Matthijs Tadema <M dot J dot Tadema at pm dot me> +#Contributor Jens Staal <staal1978@gmail.com> -pkgname=ugene-bin -pkgver=40.0 +pkgname=ugene +pkgver=40.1 pkgrel=1 pkgdesc="A free cross-platform genome analysis suite (binary release)" arch=('x86_64') url="http://ugene.net" license=('GPL') -depends=('libxtst' 'glu' 'qt5-webkit' 'qt5-websockets' 'qt5-svg' 'qt5-script' 'desktop-file-utils' 'qspec-git') +depends=('libxtst' 'glu' 'qt5-webkit' 'qt5-websockets' 'qt5-svg' 'qt5-script' 'desktop-file-utils') 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-git') source=("https://github.com/ugeneunipro/ugene/releases/download/${pkgver}/ugene-${pkgver}-linux-x86-64.tar.gz" "ugene.desktop" "ugene.svg") -sha256sums=('ca31e6e753cb9a18a407cc2177ca483d8524540da24d330ddaada32fbae87ba4' +sha256sums=('e43afa4be6ba452d4f7a29b35fad8da7da46d7dc60b192c959e9849fa25b505d' '58aeee982faa07913c016323cdded0a4022695c4e313954fdc09c36742013896' '5a159437635965cae796c968c7297fd098e7f86dcecbe6a97e62950e782641fc') @@ -28,4 +29,3 @@ package() { ln -s /usr/share/ugene/ugene "$pkgdir"/usr/bin/ugene install -D -m 755 ${srcdir}/*.desktop "${pkgdir}/usr/share/applications" } - |