r-genega: auto updated to 1.54.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 19:07:57 +00:00
parent 2bffa5326f
commit 365c421e6a

View file

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