r-genega: auto updated to 1.56.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:20:59 +00:00
parent 88fab08c1c
commit 96d7e69da9

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneGA
_pkgver=1.54.0
_pkgver=1.56.0
pkgname=r-${_pkgname,,}
pkgver=1.54.0
pkgver=1.56.0
pkgrel=1
pkgdesc='Design gene based on both mRNA secondary structure and codon usage bias using Genetic algorithm'
arch=('any')
@ -15,7 +15,7 @@ depends=(
r-seqinr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('412bbbd9cbf3ed2d4a9a3260ca5722ebe7af76ee44f90b9979642a555b5f89bf')
sha256sums=('bc8d10a91f4be179d7b0891f3db9ab527e8c4d2ffdf9c215f0c8ed278cdf266e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"