summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:26:42 +0000
committerBioArchLinuxBot2024-05-01 21:26:42 +0000
commitd6d6ce112d46820e9f7d4a155f565f6fc3a56f0e (patch)
tree62968947069107456fcf360949a4694833cf0ffa /PKGBUILD
parenta72b57bc3fc700e2e9445bd8ef48a7ea01dc84c5 (diff)
downloadaur-r-geneplast.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d82446b8a1f..447c7dda8c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=geneplast
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Evolutionary and plasticity analysis of orthologous groups'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c215014d77c3f315c47e99ee2309243353a6c78b294928ebb163a52e8ae1e283')
+sha256sums=('a7d6e3a16e52cbe1d85f88ae156e5e1b339c33bcd68b50066ff15776d46de6fc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"