summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e7546b3fa2d..539c7dcc89da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# 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
+pkgver=1.54.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=('6a46418d2431be590f6901a1226fb65508393df5623a58364738263e8347044d')
+sha256sums=('412bbbd9cbf3ed2d4a9a3260ca5722ebe7af76ee44f90b9979642a555b5f89bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"